UEdGraph::RemoveNode

Remove a node from this graph

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss