Enum ESpawnDirection Path C++ Link /Script/StormEscape.ESpawnDirection underlying uint8 /Script/StormEscape Values 5 NameValueHex Forward00x00Backward10x01Left20x02Right30x03ESpawnDirection_MAX40x04 Used by 1types with a member, parameter or interface of this type ASpawnAreaActor // /Script/StormEscape.ESpawnDirection enum class ESpawnDirection : uint8 { Forward = 0, Backward = 1, Left = 2, Right = 3, ESpawnDirection_MAX = 4, };