URigVMActionStack::CancelAction

Cancels an action, closes a bracket / scope and discards all actions to this point.

Windows
MacOS
Linux

References

Module

RigVMDeveloper

Header

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

Include

#include "RigVMModel/RigVMControllerActions.h"

Syntax

template<class ActionType>
void CancelAction
(
    ActionType & InAction
)

Remarks

Cancels an action, closes a bracket / scope and discards all actions to this point.