Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel
Inheritance Hierarchy
- FRigVMBaseAction
- FRigVMImportFromTextAction
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMControllerActions.h |
| Include | #include "RigVMModel/RigVMControllerActions.h" |
Syntax
USTRUCT&40;&41;
struct FRigVMImportFromTextAction : public FRigVMBaseAction
Remarks
An action importing nodes and links from text
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMImportFromTextAction
(
URigVMController* InController, |
|||
FRigVMImportFromTextAction
(
URigVMController* InController, |
|||
FRigVMImportFromTextAction
(
URigVMController* InController, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetContent
(
const TArray< URigVMNode* >& InNodes, |
Overridden from FRigVMBaseAction
| Type | Name | Description | |
|---|---|---|---|
| UScriptStruct * | Access to the actions script struct. this needs to be overloaded. | ||
| bool | Redo () |
Re-does the action and returns true if successfull. | |
| bool | Undo () |
Un-does the action and returns true if successfull. |