UEdGraph::MoveNodesToAnotherGraph

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

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