Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/UEditorInteractiveGizmoManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AreEditorGizmosAllowed () |
Gets whether editor gizmos are allowed | EditorInteractiveGizmoManager.h | |
static bool AreEditorGizmosAllowed
(
const FEditorModeTools* ModeTools |
Returns true if editor gizmos are enabled for the provided ModeTools instance. | EditorInteractiveGizmoManager.h |
AreEditorGizmosAllowed()
Description
Gets whether editor gizmos are allowed
| Name | AreEditorGizmosAllowed |
| Type | function |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorInteractiveGizmoManager.h |
| Include Path | #include "EditorInteractiveGizmoManager.h" |
| Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/EditorInteractiveGizmoManager.cpp |
bool AreEditorGizmosAllowed() const
AreEditorGizmosAllowed(const FEditorModeTools *)
Description
Returns true if editor gizmos are enabled for the provided ModeTools instance.
| Name | AreEditorGizmosAllowed |
| Type | function |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorInteractiveGizmoManager.h |
| Include Path | #include "EditorInteractiveGizmoManager.h" |
| Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/EditorInteractiveGizmoManager.cpp |
static bool AreEditorGizmosAllowed
(
const FEditorModeTools * ModeTools
)