UInteractiveGizmoManager::FindGizmoByInstanceIdentifier

Find the Gizmo that was created with the given instance identifier

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

Remarks

Find the Gizmo that was created with the given instance identifier

Returns

the found Gizmo, or null

Parameters

Parameter

Description

Identifier

the InstanceIdentifier that was passed to CreateGizmo()

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