Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FDirectedGraphAlgo
Description
The FDirectedGraphAlgoAdapter caches internal representations of the passed in IGraph. Using this can reduce redundant calcuations when multiple algorithms are run on the same IGraph (without altering the IGraph).
This function creates the adapter.
| Name | CreateDirectedGraphAlgoAdapter |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundGraphAlgo.h |
| Include Path | #include "MetasoundGraphAlgo.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundGraphAlgo.cpp |
static TPimplPtr < FDirectedGraphAlgoAdapter > CreateDirectedGraphAlgoAdapter
(
const IGraph & InGraph
)