Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMController
Description
Sets the comment text and properties of a comment node in the graph. This causes a CommentTextChanged modified event.
| Name | SetCommentText |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMController.h |
| Include Path | #include "RigVMModel/RigVMController.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMController.cpp |
UFUNCTION (BlueprintCallable, Category=RigVMController)
bool SetCommentText
(
URigVMNode * InNode,
const FString & InCommentText,
const int32 & InCommentFontSize,
const bool & bInCommentBubbleVisible,
const bool & bInCommentColorBubble,
bool bSetupUndoRedo,
bool bPrintPythonCommand
)