URigVMController::AddRerouteNodeOnLinkPath

Adds a Reroute Node on an existing Link to the edited Graph given the Link's string representation.

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

URigVMRerouteNode * AddRerouteNodeOnLinkPath
(
    const FString & InLinkPinPathRepresentation,
    bool bShowAsFullNode,
    const FVector2D & InPosition,
    const FString & InNodeName,
    bool bUndo
)

Remarks

Adds a Reroute Node on an existing Link to the edited Graph given the Link's string representation. Reroute Nodes can be used to visually improve the data flow, they don't require any additional memory though and are purely cosmetic. This causes a NodeAdded 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