Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework
Visual style parameters for the uniform (screen-space) scale handle.
| Name | FGizmoElementScaleUniformStyle |
| Type | struct |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/GizmoElementScale.h |
| Include Path | #include "EditorGizmos/GizmoElementScale.h" |
Syntax
USTRUCT (MinimalAPI)
struct FGizmoElementScaleUniformStyle : public FGizmoStyleBase
Inheritance Hierarchy
- FGizmoStyleBase → FGizmoElementScaleUniformStyle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGizmoElementScaleUniformStyle() |
EditorGizmos/GizmoElementScale.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Size | float | Size of the uniform scale handle element, in world units. | EditorGizmos/GizmoElementScale.h |
|
| SizeMultiplier | float | Multiplier applied to Size, typically driven by a user setting. | EditorGizmos/GizmoElementScale.h |