Enum EInputCaptureSide Path C++ Link /Script/InteractiveToolsFramework.EInputCaptureSide underlying uint8 /Script/InteractiveToolsFramework Values 6 NameValueHex None00x00Left10x01Right20x02Both30x03Any990x63EInputCaptureSide_MAX1000x64 // /Script/InteractiveToolsFramework.EInputCaptureSide enum class EInputCaptureSide : uint8 { None = 0, Left = 1, Right = 2, Both = 3, Any = 99, EInputCaptureSide_MAX = 100, };