UEdGraphSchema::SetNodePosition

Sets a node's position.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UEdGraphSchema::SetNodePosition()

UControlRigGraphSchema::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

Syntax

virtual void SetNodePosition
(
    UEdGraphNode * Node,
    const FVector2D & Position
) const

Remarks

Sets a node's position.

Parameters

Parameter

Description

Node

The node to set

Position

The target position