URigVMActionStack::AddAction

Adds an action to the stack.

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 AddAction
(
    const ActionType & InAction,
    bool bPerformMerge
)

Remarks

Adds an action to the stack. Optionally this can perform a potential merge of this action with the previous action to compact the stack.