UEditorInteractiveGizmoSubsystem::DeregisterGlobalEditorGizmoType

Remove an Editor gizmo type from the set of known Editor gizmo types

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()

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library