Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMActionStack
Description
Adds an action to the stack. Optionally this can perform a potential merge of this action with the previous action to compact the stack.
| Name | AddAction |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMControllerActions.h |
| Include Path | #include "RigVMModel/RigVMControllerActions.h" |
template<class ActionType>
void AddAction
(
const ActionType & InAction,
bool bPerformMerge,
bool bMarkDirty
)