Agrarsense
Enumerations
DroneAction.h File Reference
#include "CoreMinimal.h"
Include dependency graph for DroneAction.h:
This graph shows which files directly or indirectly include this file:

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") }
 

Enumeration Type Documentation

◆ EDroneAction

enum class EDroneAction : uint8
strong

Drone action types enum.

Enumerator
Stationary 
Manual 
Roaming 

Definition at line 14 of file DroneAction.h.

15{
16 Stationary = 0 UMETA(DisplayName = "Stationary"),
17 Manual = 1 UMETA(DisplayName = "Manual"),
18 Roaming = 2 UMETA(DisplayName = "Roaming")
19}