Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RenameVariable
(
const FName& InOldName, |
Renames a variable in the graph. This causes a VariableRenamed modified event. | RigVMModel/RigVMController.h |
|
bool RenameVariable
(
const FGuid& InGuid, |
RigVMModel/RigVMController.h |
|
RenameVariable(const FName &, const FName &, bool)
Description
Renames a variable in the graph. This causes a VariableRenamed modified event.
| Name | RenameVariable |
| 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, Meta=(DeprecatedFunction))
bool RenameVariable
(
const FName & InOldName,
const FName & InNewName,
bool bSetupUndoRedo
)
RenameVariable(const FGuid &, const FName &, bool)
| Name | RenameVariable |
| 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, Meta=(DeprecatedFunction))
bool RenameVariable
(
const FGuid & InGuid,
const FName & InNewName,
bool bSetupUndoRedo
)