Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Display Cluster Warp Geometry PFM' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Display Cluster Warp Geometry PFM |
Outputs
| Type | Name | Description |
|---|---|---|
| integer | Width | Number of vertices horizontally. |
| integer | Height | Number of vertices vertically. |
| vector | Vertices | An array with vertices. The total number of vertices in this array must be equal to Width*Height. |