Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'DMXPixel Mapping Layout Token' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | DMXPixel Mapping Layout Token |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Position X | The position of the component on the X-Axis |
| real | Position Y | The position of the component on the Y-Axis |
| real | Size X | The size of the component on the X-Axis |
| real | Size Y | The size of the component on the Y-Axis |
| real | Relative Rotation | The rotation relative to the parent the component, applied after position |
| object | Component | The output component to which the token is applied |
| integer | Fixture ID | The Fixture ID of the Component's Fixture Patch, or 0 if the component has no Fixture Patch, or the Fixture ID is not set. |