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

Go to the source code of this file.

Enumerations

enum class  EWalkerAction : uint8 { Stationary = 0 UMETA(DisplayName = "Stationary") , Roaming = 1 UMETA(DisplayName = "Roaming") , FollowPath = 2 UMETA(DisplayName = "FollowPath") }
 

Enumeration Type Documentation

◆ EWalkerAction

enum class EWalkerAction : uint8
strong

Walkers action types enum.

Enumerator
Stationary 
Roaming 
FollowPath 

Definition at line 14 of file WalkerAction.h.

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