Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'PCGPin Properties GPUStruct' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | PCGPin Properties GPUStruct |
Outputs
| Type | Name | Description |
|---|---|---|
| enum | Initialization Mode | How the output data for this pin will be initialized. |
| name | Pins To Inititalize From | Input pins to initialize this pin's data from. |
| enum | Data Count Mode | How the number of data is determined. |
| enum | Data Multiplicity | How to combine data counts. |
| integer | Data Count | Number of data to create. |
| enum | Element Count Mode | How the number of elements is determined. |
| enum | Element Multiplicity | How to combine element counts. |
| integer | Num Elements | Fixed number of elements to create in each output data. |
| struct | Num Elements | Fixed number of elements to create in each output data. |
| integer | Element Count Multiplier | Scalar on the fixed number of elements to create in each output data. |
| enum | Attribute Inheritance Mode | How to inherit attribute names, types, and values. |