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 |
UFUNCTION (BlueprintCallable, Category=OptimusNodeGraph)
bool SetGraphPosition
(
const FVector2D & InPosition
)
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. |