Navigation
API > API/Plugins > API/Plugins/MetasoundEditor > API/Plugins/MetasoundEditor/UMetasoundEditorGraphSchema
- UEdGraphSchema::SetNodePosition()
- UMetasoundEditorGraphSchema::SetNodePosition()
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h |
| Include | #include "MetasoundEditorGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorGraphSchema.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 |