Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveGizmoManager
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveGizmoManager.h |
| Include | #include "InteractiveGizmoManager.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveGizmoManager.cpp |
virtual void DestroyAllGizmosOfType
(
const FString & BuilderIdentifier
)
Remarks
Destroy all Gizmos that were created by the identified GizmoBuilder
Parameters
| Name | Description |
|---|---|
| BuilderIdentifier | the Builder string registered with RegisterGizmoType |