FWidgetTransform

Describes the standard transformation of a widget

Windows
MacOS
Linux

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

Name Description

Public variable

float

 

Angle

The angle in degrees to rotate

Public variable

FVector2D

 

Scale

The scale to apply to the widget

Public variable

FVector2D

 

Shear

The amount to shear the widget in slate units

Public variable

FVector2D

 

Translation

The amount to translate the widget in slate units

Constructors

Name Description

Public function

FWidgetTransform()

Public function

FWidgetTransform

(
    const FVector2D& InTranslation,
    const FVector2D& InScale,
    const FVector2D& InShear,
    float InAngle
)

Functions

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FWidgetTransform& Other
)

Public function Const

bool

 

operator==

(
    const FWidgetTransform& Other
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss