Enum EGameDifficulty Path C++ Link /Script/StormEscape.EGameDifficulty underlying uint8 /Script/StormEscape Values 5 NameValueHex Easy00x00Normal10x01Hard20x02Nightmare30x03EGameDifficulty_MAX40x04 Used by 11types with a member, parameter or interface of this type UDifficultySettingsADynamicWeatherBaseFEndGameDataAGameplayVanFLobbyDisplayInfoUMatchSelectionSubsystemUPDA_RewardFactorsUStormEscapeGameInstanceAStormEscapeGameStateATrapManagerUW_CrewLobbyInfo_C // /Script/StormEscape.EGameDifficulty enum class EGameDifficulty : uint8 { Easy = 0, Normal = 1, Hard = 2, Nightmare = 3, EGameDifficulty_MAX = 4, };