Enum EViewInteractionState Path C++ Link /Script/InteractiveToolsFramework.EViewInteractionState underlying uint8 /Script/InteractiveToolsFramework Values 4 NameValueHex None00x00Hovered10x01Focused20x02EViewInteractionState_MAX30x03 // /Script/InteractiveToolsFramework.EViewInteractionState enum class EViewInteractionState : uint8 { None = 0, Hovered = 1, Focused = 2, EViewInteractionState_MAX = 3, };