Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FDirectedGraphAlgo
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundGraphAlgo.h |
| Include | #include "MetasoundGraphAlgo.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundGraphAlgo.cpp |
static TPimplPtr< FDirectedGraphAlgoAdapter > CreateDirectedGraphAlgoAdapter
&40;
const IGraph & InGraph
&41;
Remarks
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.