Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGComputeKernel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsKernelDataValid
(
FPCGContext* InContext |
Deprecated section. | Compute/PCGComputeKernel.h | |
virtual bool IsKernelDataValid
(
const UPCGDataBinding* InDataBinding, |
Performs data validation and returns true if this node is suitable for deployment to the GPU. | Compute/PCGComputeKernel.h |
IsKernelDataValid(FPCGContext *)
Description
Deprecated section.
| Name | IsKernelDataValid |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGComputeKernel.h |
| Include Path | #include "Compute/PCGComputeKernel.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Compute/PCGComputeKernel.cpp |
virtual bool IsKernelDataValid
(
FPCGContext * InContext
) const
IsKernelDataValid(const UPCGDataBinding , FPCGContext )
Description
Performs data validation and returns true if this node is suitable for deployment to the GPU.
| Name | IsKernelDataValid |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGComputeKernel.h |
| Include Path | #include "Compute/PCGComputeKernel.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Compute/PCGComputeKernel.cpp |
virtual bool IsKernelDataValid
(
const UPCGDataBinding * InDataBinding,
FPCGContext * InContext
) const