Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGPerExecutionCache
Description
Stores a new value for the source's current task and typed ID. Asserts if the slot is already occupied.
| Name | SetExecutionCacheEntry |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Graph/PCGGraphPerExecutionCache.h |
| Include Path | #include "Graph/PCGGraphPerExecutionCache.h" |
template<typename T>
void SetExecutionCacheEntry
(
const IPCGGraphExecutionSource * InSource,
TPCGPerExecutionCacheId < T > InCacheId,
typename T::ValueType InValue,
bool bInValidateWritable,
bool bEnableLogging
)