Navigation
Unreal Engine C++ API Reference > Editor > EditorInteractiveToolsFramework > UEditorInteractiveGizmoManager
References
Module | EditorInteractiveToolsFramework |
Header | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorInteractiveGizmoManager.h |
Include | #include "EditorInteractiveGizmoManager.h" |
Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/EditorInteractiveGizmoManager.cpp |
void RegisterEditorGizmoType ( EEditorGizmoCategory InGizmoCategory, [UInteractiveGizmoBuilder](API\Runtime\InteractiveToolsFramework\UInteractiveGizmoBuilder) * InGizmoBuilder )
Remarks
Register a new Editor gizmo type.
Parameters
Name | Description |
---|---|
InGizmoCategory | category in which to register gizmo builder |
InGizmonBuilder | new Editor gizmo builderAccessory and Primary gizmo builders must derive from UInteractiveGizmoBuilder (of from a builder derived from it) and must implement the IEditorInteractiveConditionalGizmoBuilder and IEditorInteractiveSelectionGizmoBuilder interfaces. |