Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements > API/Plugins/PCG/Elements/FPCGSelfPruningParameters
Syntax
UPROPERTY (BlueprintReadWrite, EditAnywhere, Category=Settings,
Meta=(EditCondition="PruningType == EPCGSelfPruningType::LargeToSmall || PruningType == EPCGSelfPruningType::SmallToLarge", PCG_Overridable))
FPCGAttributePropertyInputSelector ComparisonSource
Remarks
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).