UInteractiveGizmoManager::FindAllGizmosOfType

Find all the existing Gizmo instances that were created by the identified GizmoBuilder

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 TArray< UInteractiveGizmo * > FindAllGizmosOfType
(
    const FString & BuilderIdentifier
)

Remarks

Find all the existing Gizmo instances that were created by the identified GizmoBuilder

Returns

list of found Gizmos

Parameters

Parameter

Description

BuilderIdentifier

the Builder string registered with 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