URigVMCommentNode

Comment Nodes can be used to annotate a Graph by adding colored grouping as well as user provided text.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

RigVMDeveloper

Header

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

Include

#include "RigVMModel/Nodes/RigVMCommentNode.h"

Syntax

class URigVMCommentNode : public URigVMNode

Remarks

Comment Nodes can be used to annotate a Graph by adding colored grouping as well as user provided text. Comment Nodes are purely cosmetic and don't contribute to the runtime result of the Graph / Function.

Constructors

Name Description

Public function

URigVMCommentNode()

Default constructor.

Functions

Name Description

Public function Const

FString

 

GetCommentText()

Returns the current user provided text of this comment.

Overridden from URigVMNode

Name Description

Public function Virtual Const

FString

 

GetNodeTitle()

Override of node title.

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