Enum ETimeOfDay Path C++ Link /Script/StormEscape.ETimeOfDay underlying uint8 /Script/StormEscape Values 5 NameValueHex Day00x00Night10x01Dawn20x02Random30x03ETimeOfDay_MAX40x04 Used by 9types with a member, parameter or interface of this type ADynamicWeatherBaseFEndGameDataULightControlSubsystemUMatchSelectionSubsystemUStormEscapeGameInstanceAStormEscapeGameStateFStormIdUW_CrewLobbyInfo_CUWeatherSubsystem // /Script/StormEscape.ETimeOfDay enum class ETimeOfDay : uint8 { Day = 0, Night = 1, Dawn = 2, Random = 3, ETimeOfDay_MAX = 4, };