Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGPerExecutionCache
Description
Returns the cached value for the source's current task, unset otherwise. T is deduced from InCacheId — mismatched IDs are a compile error.
| Name | GetExecutionCacheEntry |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Graph/PCGGraphPerExecutionCache.h |
| Include Path | #include "Graph/PCGGraphPerExecutionCache.h" |
template<typename T>
TOptional < typename T::ValueType > GetExecutionCacheEntry
(
const IPCGGraphExecutionSource * InSource,
TPCGPerExecutionCacheId < T > InCacheId
)