Agrarsense
|
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
Go to the source code of this file.
Enumerations | |
enum class | EDroneEndAction : uint8 { Destroy = 0 UMETA(DisplayName = "Destroy") , RepeatFromBeginning = 1 UMETA(DisplayName = "Repeat from Beginning") , GoBackwards = 2 UMETA(DisplayName = "Go Backwards") , GenerateRandomNew = 3 UMETA(DisplayName = "Generate Random Points") , Stop = 4 UMETA(DisplayName = "Stop") } |
|
strong |
Drone action types enum.
Definition at line 15 of file DroneEndAction.h.