Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel > API/Plugins/RigVMDeveloper/RigVMModel/URigVMController
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMController.h |
| Include | #include "RigVMModel/RigVMController.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMController.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;RigVMController&41;
bool SetCommentTextByName
&40;
const FName & InNodeName,
const FString & InCommentText,
const int32 & InCommentFontSize,
const bool & bInCommentBubbleVisible,
const bool & bInCommentColorBubble,
bool bSetupUndoRedo,
bool bPrintPythonCommand
&41;
Remarks
Sets the comment text and properties of a comment node in the graph by name. This causes a CommentTextChanged modified event.