Enum EInputCaptureRequestType Path C++ Link /Script/InteractiveToolsFramework.EInputCaptureRequestType underlying uint8 /Script/InteractiveToolsFramework Values 3 NameValueHex Begin10x01Ignore20x02EInputCaptureRequestType_MAX30x03 // /Script/InteractiveToolsFramework.EInputCaptureRequestType enum class EInputCaptureRequestType : uint8 { Begin = 1, Ignore = 2, EInputCaptureRequestType_MAX = 3, };