| AttributeInheritance |
EPCGCopyPointsMetadataInheritanceMode |
The method used to determine output data attributes |
Elements/PCGCopyPoints.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(PCG_OverridableCPUAndGPUWithReadback)
|
| bApplyTargetRotationToPositions |
bool |
If this option is set, points will have their source position transformed using the target transform with rotation |
Elements/PCGCopyPoints.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(PCG_OverridableCPUAndGPU, EditCondition="RotationInheritance==EPCGCopyPointsInheritanceMode::Source", EditConditionHides)
|
| bApplyTargetScaleToPositions |
bool |
If this option is set, points will have their source position transformed using the target transform with scale |
Elements/PCGCopyPoints.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(PCG_OverridableCPUAndGPU, EditCondition="ScaleInheritance==EPCGCopyPointsInheritanceMode::Source", EditConditionHides)
|
| bCopyEachSourceOnEveryTarget |
bool |
If this option is set, each source point data will be copied to every target point data (cartesian product), producing N * M point data. |
Elements/PCGCopyPoints.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(PCG_OverridableCPUAndGPUWithReadback)
|
| bMatchBasedOnAttribute |
bool |
Note: Not overridable currently. |
Elements/PCGCopyPoints.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- AdvancedDisplay
- Meta=(EditCondition="bExecuteOnGPU", EditConditionHides)
|
| ColorInheritance |
EPCGCopyPointsInheritanceMode |
The method used to determine output point color |
Elements/PCGCopyPoints.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(PCG_OverridableCPUAndGPUWithReadback)
|
| MatchAttribute |
FName |
@todo_pcg: Could be overridden when Name overrides are supported. |
Elements/PCGCopyPoints.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- AdvancedDisplay
- Meta=(EditCondition="bExecuteOnGPU && bMatchBasedOnAttribute", EditConditionHides)
|
| RotationInheritance |
EPCGCopyPointsInheritanceMode |
The method used to determine output point rotation |
Elements/PCGCopyPoints.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(PCG_OverridableCPUAndGPU)
|
| ScaleInheritance |
EPCGCopyPointsInheritanceMode |
The method used to determine output point scale |
Elements/PCGCopyPoints.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(PCG_OverridableCPUAndGPU)
|
| SeedInheritance |
EPCGCopyPointsInheritanceMode |
The method used to determine output seed values. |
Elements/PCGCopyPoints.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(PCG_OverridableCPUAndGPUWithReadback)
|
| TagInheritance |
EPCGCopyPointsTagInheritanceMode |
The method used to determine the output data tags |
Elements/PCGCopyPoints.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(PCG_OverridableCPUAndGPUWithReadback)
|