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.

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