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 RemoveNode
&40;
const FGuid & InNodeID,
bool bInRemoveDataEdgesWithNode
&41;
Remarks
Removes node from graph. true if node exists and is removed, false otherwise.
Parameters
| Name | Description |
|---|---|
| InNodeID | ID of node to remove. |
| bInRemoveDataEdgesWithNode | If true, will also call RemoveDataEdgesWithNode(...) |