Agrarsense
Forwarder.cpp
Go to the documentation of this file.
1// Copyright (c) 2023 FrostBit Software Lab at the Lapland University of Applied Sciences
2//
3// This work is licensed under the terms of the MIT license.
4// For a copy, see <https://opensource.org/licenses/MIT>.
5
7
9{
10 InteractableName = NSLOCTEXT("Agrarsense", "ForwarderInteractableName", "Forwarder");
11}
12
14{
15 Super::BeginPlay();
16}
17
18void AForwarder::EndPlay(const EEndPlayReason::Type EndPlayReason)
19{
20 Super::EndPlay(EndPlayReason);
21}
virtual void BeginPlay() override
Definition: Forwarder.cpp:13
virtual void EndPlay(const EEndPlayReason::Type EndPlayReason) override
Definition: Forwarder.cpp:18
FText InteractableName
Definition: Vehicle.h:241