Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGKernelParamsCache
Description
Performs a readback of any kernels with overridable parameters that require readback, and caches them for quick access from kernels and data providers. Returns false while readback is in progress.
| Name | Initialize |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGKernelParamsCache.h |
| Include Path | #include "Compute/PCGKernelParamsCache.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Compute/PCGKernelParamsCache.cpp |
bool Initialize
(
FPCGContext * InContext,
UPCGDataBinding * InDataBinding
)