Enum EMatchContextType Path C++ Link /Script/StormEscape.EMatchContextType underlying uint8 /Script/StormEscape Values 4 NameValueHex None00x00Storm10x01Doors20x02EMatchContextType_MAX30x03 Used by 4types with a member, parameter or interface of this type FMatchContextDataFMatchProfileUMatchSelectionSubsystemAWorkbench // /Script/StormEscape.EMatchContextType enum class EMatchContextType : uint8 { None = 0, Storm = 1, Doors = 2, EMatchContextType_MAX = 3, };