Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Geometry Script Non Uniform Point Sampling Options' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Geometry Script Non Uniform Point Sampling Options |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Max Sampling Radius | If MaxSampleRadius > SampleRadius, then output sample radius will be in range [SampleRadius, MaxSampleRadius] |
| enum | Size Distribution | SizeDistribution setting controls the distribution of sample radii |
| real | Size Distribution Power | SizeDistributionPower is used to control how extreme the Size Distribution shift is. Valid range is [1,10] |
| enum | Weight Mode | WeightMode controls how any active Weight scheme is used to affect sample radius |
| boolean | Invert Weights | If true, weight values are inverted |