Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraph.h |
Include |
#include "EdGraph/EdGraph.h" |
Source |
/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraph.cpp |
Move all nodes from this graph to another graph
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 |