Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'PCGSelf Pruning Parameters' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | PCGSelf Pruning Parameters |
Outputs
| Type | Name | Description |
|---|---|---|
| enum | Pruning Type | |
| struct | Comparison Source | By default, it will prune according to the extents of each point, but you can provide another comparison like Density, or a dynamic attribute. Only support numeric values or vector (vector will be reduced to its squared length). |
| real | Radius Similarity Factor | Similarity factor to consider 2 points "equal". (For example, if a point extents squared length is 10 and factor is 0.25, all points between 7.5 and 12.5 will be considered "the same"). |
| boolean | Randomized Pruning | |
| boolean | Use Collision Attribute | |
| struct | Collision Attribute | Specifies to use the collision from a given mesh instead of the point; note that this will be ignored in the Remove Duplicates mode. |
| enum | Collision Query Flag | Controls whether queries will be done against complex collisions or not. If enabled, performance warning. |