Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnExternalVariableTypeChangedFromObjectPath
(
const FName& InVarName, |
RigVMModel/RigVMController.h | ||
void OnExternalVariableTypeChangedFromObjectPath
(
const FGuid& InVarGuid, |
RigVMModel/RigVMController.h |
OnExternalVariableTypeChangedFromObjectPath(const FName &, const FString &, const FString &, bool)
| Name | OnExternalVariableTypeChangedFromObjectPath |
| 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 OnExternalVariableTypeChangedFromObjectPath
(
const FName & InVarName,
const FString & InCPPType,
const FString & InCPPTypeObjectPath,
bool bSetupUndoRedo
)
OnExternalVariableTypeChangedFromObjectPath(const FGuid &, const FString &, const FString &, bool)
| Name | OnExternalVariableTypeChangedFromObjectPath |
| 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 OnExternalVariableTypeChangedFromObjectPath
(
const FGuid & InVarGuid,
const FString & InCPPType,
const FString & InCPPTypeObjectPath,
bool bSetupUndoRedo
)