Navigation
Unreal Engine C++ API Reference > Plugins > OptimusCore > UOptimusNode
References
Module | OptimusCore |
Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusNode.h |
Include | #include "OptimusNode.h" |
Source | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Private/OptimusNode.cpp |
bool SetGraphPositionDirect
(
const FVector2D & InPosition
)
Remarks
Set a new position of the node in the graph UI. true if the position setting was successful (i.e. the coordinates are valid).
Parameters
Name | Description |
---|---|
InPosition | The coordinates of the new position. |