Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel
Inheritance Hierarchy
- FRigVMBaseAction
- FRigVMSetCommentTextAction
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMControllerActions.h |
| Include | #include "RigVMModel/RigVMControllerActions.h" |
Syntax
USTRUCT ()
struct FRigVMSetCommentTextAction : public FRigVMBaseAction
Remarks
An action setting a comment node's text in the graph.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bNewBubbleVisible | ||
| bool | bNewColorBubble | ||
| bool | bOldBubbleVisible | ||
| bool | bOldColorBubble | ||
| int32 | NewFontSize | ||
| FString | NewText | ||
| FString | NodePath | ||
| int32 | OldFontSize | ||
| FString | OldText |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMSetCommentTextAction
(
URigVMController* InController, |
Destructors
| Type | Name | Description | |
|---|---|---|---|