UInteractiveGizmoManager::DeregisterGizmoType

Remove a GizmoBuilder from the set of known GizmoBuilders

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/InteractiveGizmoManager.h

Include

#include "InteractiveGizmoManager.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/InteractiveGizmoManager.cpp

Syntax

virtual bool DeregisterGizmoType
(
    const FString & BuilderIdentifier
)

Remarks

Remove a GizmoBuilder from the set of known GizmoBuilders

Returns

true if Builder was found and deregistered

Parameters

Parameter

Description

BuilderIdentifier

identification string that was passed to RegisterGizmoType()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss