Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UEditorInteractiveToolsContext
Description
Configure whether Transform Gizmos created by the ITF (eg CombinedTransformGizmo) should prefer to show in 'Combined' mode. If this is disabled, the Gizmo should respect the active Editor Gizmo setting (eg in the Level Viewport)
| Name | SetForceCombinedGizmoMode |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Tools/EdModeInteractiveToolsContext.h |
| Include Path | #include "Tools/EdModeInteractiveToolsContext.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Tools/EdModeInteractiveToolsContext.cpp |
void SetForceCombinedGizmoMode
(
bool bEnabled
)