Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/UEditorInteractiveGizmoManager
Description
Set how auto gizmo resolution should occur when CreateGizmosForCurrentState is invoked. If bSearchLocalOnly is true, only the current
| Name | SetEditorGizmoBuilderResolution |
| Type | function |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorInteractiveGizmoManager.h |
| Include Path | #include "EditorInteractiveGizmoManager.h" |
virtual void SetEditorGizmoBuilderResolution
(
bool bLocalOnly
)
Parameters
| Name | Remarks |
|---|---|
| bLocalOnly | if true, only the current gizmo manager registry will be searched for candidate gizmos. If false, both the gizmo manager registry and any higher gizmo manager or gizmo subsystem (in the case of selection builders) will be searched |