Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGInputForwardingElement
- IPCGElement::IsCacheable()
- FPCGInputForwardingElement::IsCacheable()
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGSubgraph.h |
| Include | #include "PCGSubgraph.h" |
virtual bool IsCacheable
(
const UPCGSettings * InSettings
) const
Remarks
Since this class is stateful because it owns a FPCGDataCollection it can't be cached unless it implements a proper GetDependenciesCrc. For now since it only forwards its input, we just disable the caching.