Enum EToolContextCoordinateSystem Path C++ Link /Script/InteractiveToolsFramework.EToolContextCoordinateSystem underlying uint8 /Script/InteractiveToolsFramework Values 4 NameValueHex World00x00Local10x01Screen20x02EToolContextCoordinateSystem_MAX30x03 Used by 1types with a member, parameter or interface of this type UCombinedTransformGizmo // /Script/InteractiveToolsFramework.EToolContextCoordinateSystem enum class EToolContextCoordinateSystem : uint8 { World = 0, Local = 1, Screen = 2, EToolContextCoordinateSystem_MAX = 3, };