Navigation
Unreal Engine C++ API Reference > Plugins > OptimusCore > UOptimusNodeGraph > DuplicateNodes
References
Module | OptimusCore |
Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusNodeGraph.h |
Include | #include "OptimusNodeGraph.h" |
Source | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Private/OptimusNodeGraph.cpp |
UFUNCTION (BlueprintCallable, Category=OptimusNodeGraph)
bool DuplicateNodes
(
const TArray < UOptimusNode * > & InNodes,
const FVector2D & InPosition
)
Remarks
Duplicate a collection of nodes from the same graph, using the InPosition position to be the top-left origin of the pasted nodes.