Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Composure Post Move Settings' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| vector2d struct | Pivot | The normalized pivot point for applying rotation and scale to the image. The x and y values are normalized to the range 0-1 where 1 represents the full width and height of the image. |
| vector2d struct | Translation | The translation to apply to the image. The x and y values are normalized to the range 0-1 where 1 represents the full width and height of the image. |
| real | Rotation Angle | The anti clockwise rotation to apply to the image in degrees. |
| real | Scale | The scale to apply to the image. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Composure Post Move Settings |