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
(
UEdGraphNode * NodeToRemove,
bool bBreakAllLinks,
bool bAlwaysMarkDirty
)
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. |
| bAlwaysMarkDirty | (Optional) If true, marks graph as dirtied upon removal. |