Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel > API/Plugins/RigVMDeveloper/RigVMModel/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URigVMNode
- URigVMCommentNode
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/Nodes/RigVMCommentNode.h |
| Include | #include "RigVMModel/Nodes/RigVMCommentNode.h" |
Syntax
UCLASS&40;BlueprintType&41;
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
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Returns the current user provided bubble visibility of this comment. | ||
| bool | Returns the current user provided bubble color inheritance of this comment. | ||
| int32 | Returns the current user provided font size of this comment. | ||
| FString | Returns the current user provided text of this comment. |
Overridden from URigVMNode
| Type | Name | Description | |
|---|---|---|---|
| FString | GetNodeTitle () |
Override of node title. |