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 UInteractiveGizmo &42; FindGizmoByInstanceIdentifier
&40;
const FString & Identifier
&41;
Remarks
Find the Gizmo that was created with the given instance identifier the found Gizmo, or null
Parameters
| Name | Description |
|---|---|
| Identifier | the InstanceIdentifier that was passed to CreateGizmo() |