UEdGraph::MoveNodesToAnotherGraph

Move all nodes from this graph to another 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

void MoveNodesToAnotherGraph
(
    UEdGraph * DestinationGraph,
    bool bIsLoading,
    bool bInIsCompiling
)

Remarks

Move all nodes from this graph to another graph

Parameters

Parameter

Description

DestinationGraph

The graph to move the nodes too

bIsLoading

If true, the node move is occurring during a blueprint load

bInIsCompiling

TRUE if the function is being called during compilation, this will eliminate some nodes that will not be compiled

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