Choose your operating system:
Windows
macOS
Linux
| UEdGraphSchema::SetNodePosition()
|
Module |
|
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
(
UEdGraphNode * Node,
const FVector2D & Position
) const
Sets a node's position.
Parameter |
Description |
---|---|
Node |
The node to set |
Position |
The target position |