Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnExternalVariableTypeChanged
(
const FName& InVarName, |
Changes the data type of all nodes matching a given variable name | RigVMModel/RigVMController.h | |
void OnExternalVariableTypeChanged
(
const FGuid& InVarGuid, |
RigVMModel/RigVMController.h |
OnExternalVariableTypeChanged(const FName &, const FString &, UObject *, bool)
Description
Changes the data type of all nodes matching a given variable name
| Name | OnExternalVariableTypeChanged |
| 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 |
void OnExternalVariableTypeChanged
(
const FName & InVarName,
const FString & InCPPType,
UObject * InCPPTypeObject,
bool bSetupUndoRedo
)
OnExternalVariableTypeChanged(const FGuid &, const FString &, UObject *, bool)
| Name | OnExternalVariableTypeChanged |
| 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 |
void OnExternalVariableTypeChanged
(
const FGuid & InVarGuid,
const FString & InCPPType,
UObject * InCPPTypeObject,
bool bSetupUndoRedo
)