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