Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/UEditorInteractiveGizmoSubsystem
References
| Module | EditorInteractiveToolsFramework |
| Header | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorInteractiveGizmoSubsystem.h |
| Include | #include "EditorInteractiveGizmoSubsystem.h" |
| Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/EditorInteractiveGizmoSubsystem.cpp |
void GetQualifiedGlobalEditorGizmoBuilders
&40;
EEditorGizmoCategory InGizmoCategory,
const FToolBuilderState & InToolBuilderState,
TArray< UInteractiveGizmoBuilder &42; > & InFoundBuilders
&41;
Remarks
Get all qualified Editor gizmo builders for the specified category, based on the current state. Qualification is determined by the gizmo builder returning true from SatisfiesCondition() and relative priority. All qualified builders at the highest found priority will be returned. array of qualified Gizmo selection builders based on current state
Parameters
| Name | Description |
|---|---|
| InGizmoCategory | category in which to search for qualified builders |
| InToolBuilderState | current selection and other state |