Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/UEditorInteractiveGizmoManager
References
| Module | EditorInteractiveToolsFramework |
| Header | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorInteractiveGizmoManager.h |
| Include | #include "EditorInteractiveGizmoManager.h" |
virtual void SetEditorGizmoBuilderResolution
&40;
bool bLocalOnly
&41;
Remarks
Set how auto gizmo resolution should occur when CreateGizmosForCurrentState is invoked. If bSearchLocalOnly is true, only the current
Parameters
| Name | Description |
|---|---|
| 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 |