Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGDataBinding
Description
Initialize the kernel params cache. Performs readbacks of overridable params that require it, and caches all values for quick access from kernels and data providers. Returns false while readback is in progress.
| Name | InitializeKernelParams |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGDataBinding.h |
| Include Path | #include "Compute/PCGDataBinding.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Compute/PCGDataBinding.cpp |
bool InitializeKernelParams
(
FPCGContext * InContext
)