Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that breaks a 'ConstraintDescription' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Constraint Description |
Outputs
Type | Name | Description |
---|---|---|
boolean | Translation | |
boolean | Rotation | |
boolean | Scale | |
boolean | Parent | this does composed transform - where as individual will accumulate per component |
struct | Translation Axes | |
struct | Rotation Axes | |
struct | Scale Axes |