Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel > API/Plugins/RigVMDeveloper/RigVMModel/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URigVMNode
- URigVMRerouteNode
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/Nodes/RigVMRerouteNode.h |
| Include | #include "RigVMModel/Nodes/RigVMRerouteNode.h" |
Syntax
UCLASS&40;BlueprintType&41;
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
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsLiteral () |
Has no source connections. |
Overridden from URigVMNode
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | GetNodeColor () |
Returns the color of this node - used for UI. | |
| FString | GetNodeTitle () |
Override of node title. |
Constants
| Name | Description |
|---|---|
| RerouteName | |
| ValueName |