Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraph
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraph.h |
| Include | #include "EdGraph/EdGraph.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraph.cpp |
bool RemoveNode
&40;
UEdGraphNode &42; NodeToRemove,
bool bBreakAllLinks
&41;
Remarks
Remove a node from this graph True if the node has been removed from the graph
Parameters
| Name | Description |
|---|---|
| NodeToRemove | The node to remove from this graph |
| bBreakAllLinks | If true, all links will be broken on the given node. Editor only. Useful for moving nodes to a different graph. |