Enum EInputModeType Path C++ Link /Script/StormEscape.EInputModeType underlying uint8 /Script/StormEscape Values 4 NameValueHex UIOnly00x00GameOnly10x01GameAndUI20x02EInputModeType_MAX30x03 Used by 2types with a member, parameter or interface of this type UUIHelperLibraryUUIManager // /Script/StormEscape.EInputModeType enum class EInputModeType : uint8 { UIOnly = 0, GameOnly = 1, GameAndUI = 2, EInputModeType_MAX = 3, };