Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGComputeKernel
Description
Gets the PCG node associated with this kernel, if any. Stored during compilation to avoid relying on Settings->GetOuter() which fails for settings instances.
| Name | GetNode |
| 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 |
const UPCGNode * GetNode() const