Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraph
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 |
void MoveNodesToAnotherGraph
(
UEdGraph * DestinationGraph,
bool bIsLoading,
bool bInIsCompiling
)
Remarks
Move all nodes from this graph to another graph
Parameters
| Name | 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 |