Navigation
Unreal Engine C++ API Reference > Plugins > OptimusCore > IOptimusNodeGraphCollectionOwner
- IOptimusNodeGraphCollectionOwner::MoveGraphDirect()
- UOptimusDeformer::MoveGraphDirect()
- UOptimusNodeGraph::MoveGraphDirect()
References
Module | OptimusCore |
Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/IOptimusNodeGraphCollectionOwner.h |
Include | #include "IOptimusNodeGraphCollectionOwner.h" |
bool MoveGraphDirect
(
UOptimusNodeGraph * InGraph,
int32 InInsertBefore
)
Remarks
Re-order the graph relative to the other graphs. The insert location is relative to the graph list minus the graph being moved.
Only trigger graphs can be moved around. true if the graph was successfully moved.
Parameters
Name | Description |
---|---|
InGraph | The graph to move, owned by this collection. |
InInsertBefore | The order at which the move the graph to. This inserts the given graph before the graph already occupying this location. |