Agrarsense
|
#include "CoreMinimal.h"
Go to the source code of this file.
Enumerations | |
enum class | EDroneAction : uint8 { Stationary = 0 UMETA(DisplayName = "Stationary") , Manual = 1 UMETA(DisplayName = "Manual") , Roaming = 2 UMETA(DisplayName = "Roaming") } |
|
strong |
Drone action types enum.
Enumerator | |
---|---|
Stationary | |
Manual | |
Roaming |
Definition at line 14 of file DroneAction.h.