Enum ELoreScreenState Path C++ Link /Script/StormEscape.ELoreScreenState underlying uint8 /Script/StormEscape Values 3 NameValueHex Normal00x00HasNewLore10x01ELoreScreenState_MAX20x02 Used by 2types with a member, parameter or interface of this type ABP_LorePC_CALorePC // /Script/StormEscape.ELoreScreenState enum class ELoreScreenState : uint8 { Normal = 0, HasNewLore = 1, ELoreScreenState_MAX = 2, };