Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
- UEdGraphSchema::SetNodePosition()
- URigVMEdGraphSchema::SetNodePosition()
- UMetasoundEditorGraphSchema::SetNodePosition()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.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 |