Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that breaks a 'EulerTransform' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Euler Transform |
Outputs
Type | Name | Description |
---|---|---|
vector | Location | The translation of this transform |
rotator | Rotation | The rotation of this transform |
vector | Scale | The scale of this transform |