URigVMController::SetNodePositionByName

Sets the position of a node in the graph by name. This causes a NodePositionChanged modified event.

Windows
MacOS
Linux

References

Module

RigVMDeveloper

Header

/Engine/Source/Developer/RigVMDeveloper/Public/RigVMModel/RigVMController.h

Include

#include "RigVMModel/RigVMController.h"

Source

/Engine/Source/Developer/RigVMDeveloper/Private/RigVMModel/RigVMController.cpp

Syntax

bool SetNodePositionByName
(
    const FName & InNodeName,
    const FVector2D & InPosition,
    bool bUndo,
    bool bMergeUndoAction
)

Remarks

Sets the position of a node in the graph by name. This causes a NodePositionChanged modified event.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss