FRigVMInverseAction

An action which inverses the child actions, it performs undo on redo and vice versa.

Windows
MacOS
Linux

Inheritance Hierarchy

FRigVMBaseAction

FRigVMInverseAction

References

Module

RigVMDeveloper

Header

/Engine/Source/Developer/RigVMDeveloper/Public/RigVMModel/RigVMControllerActions.h

Include

#include "RigVMModel/RigVMControllerActions.h"

Syntax

struct FRigVMInverseAction : public FRigVMBaseAction

Remarks

An action which inverses the child actions, it performs undo on redo and vice versa.

Destructors

Name Description

Public function Virtual

~FRigVMInverseAction()

Overridden from FRigVMBaseAction

Name Description

Public function Virtual

bool

 

Redo

(
    URigVMController* InController
)

Re-does the action and returns true if successfull.

Public function Virtual

bool

 

Undo

(
    URigVMController* InController
)

Un-does the action and returns true if successfull.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss