Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FGraph
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundGraph.h |
| Include | #include "MetasoundGraph.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundGraph.cpp |
bool RemoveOutputDataSource
&40;
const FVertexName & InVertexName
&41;
Remarks
Remove an output data source by vertex name True if source existed and was successfully removed. False otherwise.
Parameters
| Name | Description |
|---|---|
| InVertexName | Name of vertex to remove. |