URigVMRerouteNode

A reroute node is used to visually improve the data flow within a Graph.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

RigVMDeveloper

Header

/Engine/Source/Developer/RigVMDeveloper/Public/RigVMModel/Nodes/RigVMRerouteNode.h

Include

#include "RigVMModel/Nodes/RigVMRerouteNode.h"

Syntax

class URigVMRerouteNode : public URigVMNode

Remarks

A reroute node is used to visually improve the data flow within a Graph. Reroutes are purely cosmetic and have no impact on the resulting VM whatsoever. Reroutes can furthermore be displayed as full nodes or as small circles.

Constructors

Name Description

Public function

URigVMRerouteNode()

Default constructor.

Functions

Name Description

Public function Const

bool

 

GetShowsAsFullNode()

Returns true if this node should be shown as a full node, or false if this node should be shown as a small circle.

Overridden from URigVMNode

Name Description

Public function Virtual Const

FLinearColor

 

GetNodeColor()

Returns the color of this node - used for UI.

Public function Virtual Const

FString

 

GetNodeTitle()

Override of node title.

Constants

Name

Description

RerouteName

ValueName

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