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 * FindGizmoByInstanceIdentifier
(
const FString & Identifier
) const
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() |