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