|
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") , FollowPath = 3 UMETA(DisplayName = "FollowPath") } |
|
strong |
Drone action types enum.
| Enumerator | |
|---|---|
| Stationary | |
| Manual | |
| Roaming | |
| FollowPath | |
Definition at line 14 of file DroneAction.h.