Agrarsense
|
#include "Tagger.h"
#include "Agrarsense/Utils/EnumUtilities.h"
#include "Agrarsense/Walker/Walker.h"
#include "Agrarsense/InstancedRendering/InstancedActor.h"
#include "Agrarsense/Settings/AgrarsenseSettings.h"
#include "Agrarsense/Logging/CSVFile.h"
#include "Agrarsense/Utils/CoordinateConversionUtilities.h"
#include "GeoReferencingSystem.h"
#include "AssetRegistry/AssetRegistryModule.h"
#include "Components/SkeletalMeshComponent.h"
#include "Components/StaticMeshComponent.h"
#include "Engine/SkeletalMesh.h"
#include "Engine/StaticMesh.h"
#include "Landscape.h"
#include "LandscapeComponent.h"
#include "Engine/World.h"
#include "Kismet/GameplayStatics.h"
#include "TimerManager.h"
Go to the source code of this file.
Functions | |
template<typename T > | |
static auto | CastEnum (T label) |
|
static |
Definition at line 96 of file Tagger.cpp.
Referenced by ATagger::SetStencilValue(), and ATagger::TagLandscape().