Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMController
Description
Sets the raw node title of a node in the graph. Some nodes generate customs node titles that override this setting.
| Name | SetNodeTitleByName |
| 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 SetNodeTitleByName
(
const FName & InNodeName,
const FString InNodeTitle,
bool bSetupUndoRedo,
bool bMergeUndoAction
)