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;
URigVMCommentNode &42; AddCommentNode
&40;
const FString & InCommentText,
const FVector2D & InPosition,
const FVector2D & InSize,
const FLinearColor & InColor,
const FString & InNodeName,
bool bSetupUndoRedo,
bool bPrintPythonCommand
&41;
Remarks
Adds a Comment Node to the edited Graph. Comments can be used to annotate the Graph. This causes a NodeAdded modified event.