Navigation
Unreal Engine C++ API Reference > Editor > EditorInteractiveToolsFramework > UEditorInteractiveGizmoSubsystem
References
Module | EditorInteractiveToolsFramework |
Header | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorInteractiveGizmoSubsystem.h |
Include | #include "EditorInteractiveGizmoSubsystem.h" |
Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/EditorInteractiveGizmoSubsystem.cpp |
void DeregisterGlobalEditorGizmoType ( EEditorGizmoCategory InGizmoCategory, [UInteractiveGizmoBuilder](API\Runtime\InteractiveToolsFramework\UInteractiveGizmoBuilder) * InGizmoBuilder )
Remarks
Remove an Editor gizmo type from the set of known Editor gizmo types true if gizmo type was found and deregistered
Parameters
Name | Description |
---|---|
InGizmoBuilder | same object pointer that was passed to RegisterEditorGizmoType() |