Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements > API/Plugins/PCG/Elements/UPCGCopyPointsSettings
Syntax
UPROPERTY (BlueprintReadWrite, EditAnywhere, Category=Settings, Meta=(PCG_Overridable))
bool bCopyEachSourceOnEveryTarget
Remarks
If this option is set, each source point data will be copied to every target point data (cartesian product), producing N * M point data. Otherwise, will do a N:N (or N:1 or 1:N) operation, producing N point data.