Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGKernelParamsDataProvider
Description
Write override param values into a byte buffer at offsets from the given layout. Writes one entry per CachedOverridableParam.
| Name | WriteKernelParamValues |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/DataInterfaces/PCGComputeDataInterface.h |
| Include Path | #include "Compute/DataInterfaces/PCGComputeDataInterface.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Compute/DataInterfaces/PCGComputeDataInterface.cpp |
void WriteKernelParamValues
(
uint8 * OutBuffer,
const FPCGKernelParamLayout & InLayout
) const