Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/IPCGElement
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EPCGCachingStatus RetrieveResultsFromCache
(
IPCGGraphCache* Cache, |
Gather input data (pre-context creation) and tries to retrieve matching data from the cache if the element is cacheable. | PCGElement.h | |
EPCGCachingStatus RetrieveResultsFromCache
(
IPCGGraphCache* Cache, |
PCGElement.h |
RetrieveResultsFromCache(IPCGGraphCache *, const FPCGGetFromCacheParams &, FPCGDataCollection &)
Description
Gather input data (pre-context creation) and tries to retrieve matching data from the cache if the element is cacheable.
| Name | RetrieveResultsFromCache |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGElement.h |
| Include Path | #include "PCGElement.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGElement.cpp |
EPCGCachingStatus RetrieveResultsFromCache
(
IPCGGraphCache * Cache,
const FPCGGetFromCacheParams & InCacheParams,
FPCGDataCollection & Output
) const
RetrieveResultsFromCache(IPCGGraphCache , const UPCGNode , const FPCGDataCollection &, IPCGGraphExecutionSource , FPCGDataCollection &, FPCGCrc )
| Name | RetrieveResultsFromCache |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGElement.h |
| Include Path | #include "PCGElement.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGElement.cpp |
EPCGCachingStatus RetrieveResultsFromCache
(
IPCGGraphCache * Cache,
const UPCGNode * Node,
const FPCGDataCollection & Input,
IPCGGraphExecutionSource * ExecutionSource,
FPCGDataCollection & Output,
FPCGCrc * OutCrc
) const