Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Compute Distance Field Settings' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Compute Distance Field Settings |
Outputs
| Type | Name | Description |
|---|---|---|
| enum | Compute Mode | Whether to compute distances only in a band around the surface (faster) or compute the full gridNote: If full grid is computed, the distances will still be more accurately computed in the narrow bandIn narrow band mode, values outside the band will have a large magnitude with the correct sign |
| real | Narrow Band Width | Width of the narrow band where distances are computed accurately |
| enum | Narrow Band Units | Whether Narrow Band Width is expressed as a number of voxels (rounded up to nearest int) or a distance |
| struct | Voxels Per Dimensions | Number of voxels to use along each axis |
| boolean | Require Power 2 | Whether to round voxel count on each dimension up to the nearest power of two |