Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGCopyPointsSettings
Description
[EXPERIMENTAL] Create the GPU kernels and kernel edges that should execute for this node. Note: This API function is subject to change without deprecation.
Virtual Inheritance
- UPCGSettings::CreateKernels → UPCGCopyPointsSettings::CreateKernels
| Name | CreateKernels |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGCopyPoints.h |
| Include Path | #include "Elements/PCGCopyPoints.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Elements/PCGCopyPoints.cpp |
virtual void CreateKernels
(
FPCGGPUCompilationContext & InOutContext,
UObject * InObjectOuter,
TArray < UPCGComputeKernel * > & OutKernels,
TArray < FPCGKernelEdge > & OutEdges
) const