Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/EdGraph > API/Plugins/RigVMDeveloper/EdGraph/URigVMEdGraphSchema > API/Plugins/RigVMDeveloper/EdGraph/URigVMEdGraphSchema/SetNodePosition
- UEdGraphSchema::SetNodePosition()
- URigVMEdGraphSchema::SetNodePosition()
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphSchema.h |
| Include | #include "EdGraph/RigVMEdGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/EdGraph/RigVMEdGraphSchema.cpp |
virtual void SetNodePosition
&40;
UEdGraphNode &42; Node,
const FVector2D & Position
&41; const
Remarks
Sets a node's position.
Parameters
| Name | Description |
|---|---|
| Node | The node to set |
| Position | The target position |