Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework
| Name | FGizmosParameters |
| Type | struct |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/TransformGizmo.h |
| Include Path | #include "EditorGizmos/TransformGizmo.h" |
Syntax
USTRUCT ()
struct FGizmosParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AxisSizeMultiplier | float | Multiplies the values of TranslateAxisLength, ScaleAxisLength, and RotateAxisRadius. | EditorGizmos/TransformGizmo.h | |
| bCtrlMiddleDoesY | bool | When enabled, Ctrl+MMB activates the Y axis and Ctrl+RMB activates the Z axis. | EditorGizmos/TransformGizmo.h |
|
| bEnableExplicit | bool | When enabled, the list of coordinate spaces in the viewport toolbar offers rig space: a coordinate system that is similar to parent space but uses gimbal rotations. | EditorGizmos/TransformGizmo.h |
|
| RotateMode | TEnumAsByte< EAxisRotateMode::Type > | Determines how dragging the rotate gizmo affects the selected objects | EditorGizmos/TransformGizmo.h |
|