Navigation
API > API/Plugins > API/Plugins/OptimusCore > API/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 |
UFUNCTION&40;BlueprintCallable, Category&61;OptimusNodeGraph&41;
bool SetGraphPosition
&40;
const FVector2D & InPosition
&41;
Remarks
Sets the position in the graph UI that the node should be shown at. true if setting the position was successful.
Parameters
| Name | Description |
|---|---|
| InPosition | The coordinates of the node's position. |