Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGSelfPruning.h |
| Include | #include "Elements/PCGSelfPruning.h" |
Syntax
USTRUCT (BlueprintType )
struct FPCGSelfPruningParameters
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bRandomizedPruning | ||
| FPCGAttributePropertyInputSelector | ComparisonSource | By default, it will prune according to the extents of each point, but you can provide another comparison like Density, or a dynamic attribute. | |
| EPCGSelfPruningType | PruningType | ||
| float | RadiusSimilarityFactor | Similarity factor to consider 2 points "equal". |