Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGGraph
Description
Attempt to retrieve a pooled compute graph instance for the given key. Creates a new instance if one could not be found.
| Name | RetrieveComputeGraphInstanceFromPool |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGGraph.h |
| Include Path | #include "PCGGraph.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGGraph.cpp |
TSharedPtr < FComputeGraphInstance > RetrieveComputeGraphInstanceFromPool
(
const FComputeGraphInstanceKey & InKey,
bool & bOutNewInstance
) const