Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework
Composite style for the entire scale gizmo, combining axis, planar, and uniform sub-styles.
| Name | FGizmoElementScaleStyle |
| Type | struct |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/GizmoElementScale.h |
| Include Path | #include "EditorGizmos/GizmoElementScale.h" |
Syntax
USTRUCT (MinimalAPI)
struct FGizmoElementScaleStyle : public FGizmoStyleBase
Inheritance Hierarchy
- FGizmoStyleBase → FGizmoElementScaleStyle
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AxisStyle | FGizmoElementScaleAxisStyle | Shared style for all single-axis scale elements. | EditorGizmos/GizmoElementScale.h |
|
| PlanarStyle | FGizmoElementScalePlanarStyle | Shared style for all two-axis planar scale handles. | EditorGizmos/GizmoElementScale.h |
|
| ShowFlags | EGizmoElementScaleShowFlags | Controls which delta visual elements are shown during interaction at the group level. | EditorGizmos/GizmoElementScale.h |
|
| UniformStyle | FGizmoElementScaleUniformStyle | Style for the uniform (screen-space) scale handle. | EditorGizmos/GizmoElementScale.h |
|