Enum EGizmoElementViewDependentType Path C++ Link /Script/InteractiveToolsFramework.EGizmoElementViewDependentType underlying int32 /Script/InteractiveToolsFramework Values 4 NameValueHex None00x00Axis10x01Plane20x02EGizmoElementViewDependentType_MAX30x03 Used by 1types with a member, parameter or interface of this type UGizmoElementBase // /Script/InteractiveToolsFramework.EGizmoElementViewDependentType enum class EGizmoElementViewDependentType : int32 { None = 0, Axis = 1, Plane = 2, EGizmoElementViewDependentType_MAX = 3, };