Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that create a 'WidgetTransform' from its members
Inputs
Type | Name | Description |
---|---|---|
vector2d struct | Translation | The amount to translate the widget in slate units |
vector2d struct | Scale | The scale to apply to the widget |
vector2d struct | Shear | The amount to shear the widget in slate units |
real | Angle | The angle in degrees to rotate |
Outputs
Type | Name | Description |
---|---|---|
struct | Widget Transform |