UEdGraph::RemoveNode

Remove a node from this graph

Choose your operating system:

Windows

macOS

Linux

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

Syntax

bool RemoveNode
(
    UEdGraphNode * NodeToRemove,
    bool bBreakAllLinks
)

Remarks

Remove a node from this graph

Returns

True if the node has been removed from the graph

Parameters

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.