Agrarsense
|
#include "CoreMinimal.h"
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") } |
|
strong |
Walkers action types enum.
Enumerator | |
---|---|
Stationary | |
Roaming | |
FollowPath |
Definition at line 14 of file WalkerAction.h.