Navigation
Unreal Engine C++ API Reference > Editor > EditorInteractiveToolsFramework > EditorGizmos
Inheritance Hierarchy
- ITransformGizmoSource
References
Module | EditorInteractiveToolsFramework |
Header | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/TransformGizmoInterfaces.h |
Include | #include "EditorGizmos/TransformGizmoInterfaces.h" |
Syntax
class ITransformGizmoSource
Remarks
ITransformGizmoSource is an interface for providing gizmo mode configuration information.
Functions
Type | Name | Description |
---|---|---|
EAxisList::T... | GetGizmoAxisToDraw ( EGizmoTransformMode InGizmoMode ) | Returns the current gizmo axes to draw |
EToolContext... | GetGizmoCoordSystemSpace () | Returns the coordinate system space (world or local) in which to display the gizmo |
EGizmoTransf... | GetGizmoMode () | Returns the current Editor gizmo mode |
float | GetGizmoScale () | Returns a scale factor for the gizmo |
EGizmoTransf... | GetScaleType () | Get current scale type |
bool | GetVisible () | Returns whether the gizmo should be visible. |