Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGCopyPointsSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGCopyPoints.h |
| Include | #include "Elements/PCGCopyPoints.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGCopyPointsSettings : public UPCGSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| EPCGCopyPointsMetadataInheritanceMode | AttributeInheritance | The method used to determine output data attributes | |
| bool | bCopyEachSourceOnEveryTarget | If this option is set, each source point data will be copied to every target point data (cartesian product), producing N * M point data. | |
| EPCGCopyPointsInheritanceMode | ColorInheritance | The method used to determine output point color | |
| EPCGCopyPointsInheritanceMode | RotationInheritance | The method used to determine output point rotation | |
| EPCGCopyPointsInheritanceMode | ScaleInheritance | The method used to determine output point scale | |
| EPCGCopyPointsInheritanceMode | SeedInheritance | The method used to determine output seed values. | |
| EPCGCopyPointsTagInheritanceMode | TagInheritance | The method used to determine the output data tags |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| int | ComputeKernelThreadCount
(
const UPCGDataBinding* Binding |
[EXPERIMENTAL] Compute how many threads should be dispatched to execute this node on the GPU. | |
| bool | ComputeOutputPinDataDesc
(
const UPCGPin* OutputPin, |
[EXPERIMENTAL] Compute a description of data that will be output from OutputPinLabel/OutputPin. | |
| void | CreateAdditionalInputDataInterfaces
(
FPCGGPUCompilationContext& InOutContext, |
[EXPERIMENTAL] Create additional input data interfaces to marshal any required input data. | |
| FPCGElementPtr | |||
| bool | [EXPERIMENTAL] Whether to display GPU execution option in node settings UI. | ||
| FString | GetCookedKernelSource
(
const TMap< FName, FPCGKernelAttributeIDAndType >& GlobalAttributeLookupTable |
[EXPERIMENTAL] Produces the node specific portion of kernel shader source text, including the main entry point. | |
| FName | |||
| FText | |||
| FText | |||
| EPCGSettingsType | GetType () |
||
| TArray< FPCGPinProperties > | Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | ||
| TArray< FPCGPinProperties > |