Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'PCGProjection Params' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | PCGProjection Params |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Project Positions | Project positions. |
| boolean | Project Rotations | Project rotations. |
| boolean | Project Scales | Project scales. |
| enum | Color Blend Mode | The blend mode for colors during the projection |
| string | Attribute List | Attributes to either explicitly exclude or include in the projection operation, depending on the Attribute Mode setting. Leave empty to gather all attributes and their values. Format is comma separated list like: Attribute1,Attribute2 . |
| enum | Attribute Mode | How the attribute list is used. Exclude Attributes will ignore these attributes and their values on the projection target. |
| enum | Attribute Merge Operation | Operation to use to combine attributes that reside on both source and target data. |
| enum | Tag Merge Operation | Controls whether the data tags are taken from the source, the target or both. |