Choose your operating system:
Windows
macOS
Linux
Module |
|
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
)
Remove a node from this graph
True if the node has been removed from the graph
Parameter |
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. |