Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/FRigVMSetRemappedVariableAction
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
RigVMModel/RigVMControllerActions.h |
|
|
|
RigVMModel/RigVMControllerActions.h |
|
FRigVMSetRemappedVariableAction()
| |
|
| Name |
FRigVMSetRemappedVariableAction |
| Type |
function |
| Header File |
/Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMControllerActions.h |
| Include Path |
#include "RigVMModel/RigVMControllerActions.h" |
| Source |
/Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMControllerActions.cpp |
FRigVMSetRemappedVariableAction()
FRigVMSetRemappedVariableAction(URigVMController , URigVMFunctionReferenceNode , const FName &, const FName &, const FName &)
| |
|
| Name |
FRigVMSetRemappedVariableAction |
| Type |
function |
| Header File |
/Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMControllerActions.h |
| Include Path |
#include "RigVMModel/RigVMControllerActions.h" |
| Source |
/Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMControllerActions.cpp |
FRigVMSetRemappedVariableAction
(
URigVMController * InController,
URigVMFunctionReferenceNode * InFunctionRefNode,
const FName & InInnerVariableName,
const FName & InOldOuterVariableName,
const FName & InNewOuterVariableName
)