Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Slate
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Slate/WidgetTransform.h |
| Include | #include "Slate/WidgetTransform.h" |
Syntax
struct FWidgetTransform
Remarks
Describes the standard transformation of a widget
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Angle | The angle in degrees to rotate | |
| FVector2D | Scale | The scale to apply to the widget | |
| FVector2D | Shear | The amount to shear the widget in slate units | |
| FVector2D | Translation | The amount to translate the widget in slate units |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWidgetTransform
(
const FVector2D& InTranslation, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsIdentity () |
||
| FSlateRenderTransform |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FWidgetTransform& Other |
||
| bool | operator==
(
const FWidgetTransform& Other |