Agrarsense
Unreal
Agrarsense
Source
Agrarsense
Vehicle
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
6
#include "
Agrarsense/Vehicle/Forwarder.h
"
7
8
AForwarder::AForwarder
() : Super()
9
{
10
InteractableName
= NSLOCTEXT(
"Agrarsense"
,
"ForwarderInteractableName"
,
"Forwarder"
);
11
}
12
13
void
AForwarder::BeginPlay
()
14
{
15
Super::BeginPlay();
16
}
17
18
void
AForwarder::EndPlay
(
const
EEndPlayReason::Type EndPlayReason)
19
{
20
Super::EndPlay(EndPlayReason);
21
}
Forwarder.h
AForwarder::AForwarder
AForwarder()
Definition:
Forwarder.cpp:8
AForwarder::BeginPlay
virtual void BeginPlay() override
Definition:
Forwarder.cpp:13
AForwarder::EndPlay
virtual void EndPlay(const EEndPlayReason::Type EndPlayReason) override
Definition:
Forwarder.cpp:18
AVehicle::InteractableName
FText InteractableName
Definition:
Vehicle.h:241
Generated by
1.9.4