Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Niagara Renderer Readback Parameters' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Niagara Renderer Readback Parameters |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Export Position | When enabled vertex positions will be exported |
| boolean | Export Tangent Basis | When enabled the vertex tangent basis will be exported |
| boolean | Export Color | When enabled vertex colors will be exported |
| integer | Export Num Tex Coords | How many vertex texture coordinates to export |
| boolean | Export Materials | When enabled we will attempt to export the materials used with each sectionWhen disabled no materials will be assigned, so the default material will be used |
| boolean | Apply WPO | When enabled material WPO will be included in the exported data |