Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel
Inheritance Hierarchy
- FRigVMBaseAction
- FRigVMSetRemappedVariableAction
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMControllerActions.h |
| Include | #include "RigVMModel/RigVMControllerActions.h" |
Syntax
USTRUCT ()
struct FRigVMSetRemappedVariableAction : public FRigVMBaseAction
Remarks
An action to remap a variable inside of a function reference node renaming a node in the graph.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | InnerVariableName | ||
| FName | NewOuterVariableName | ||
| FString | NodePath | ||
| FName | OldOuterVariableName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMSetRemappedVariableAction
(
URigVMController* InController, |
Destructors
| Type | Name | Description | |
|---|---|---|---|