Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Geometry Script 3DGrid Parameters' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Geometry Script 3DGrid Parameters |
Outputs
| Type | Name | Description |
|---|---|---|
| enum | Size Method | SizeMethod determines how the parameters below will be interpreted to define the size of a 3D sampling/voxel grid |
| real | Grid Cell Size | Use a specific grid cell size, and construct a grid with dimensions large enough to contain the target object |
| integer | Grid Resolution | Use a specific grid resolution, with the grid cell size derived form the target object bounds such that this is the number of cells along the longest box dimension |