Navigation
Unreal Engine C++ API Reference > Plugins > OptimusCore > UOptimusActionStack
References
Module | OptimusCore |
Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusActionStack.h |
Include | #include "OptimusActionStack.h" |
Source | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Private/OptimusActionStack.cpp |
void OpenActionScope
(
const FString & InTitle
)
Remarks
Open a new action scope. All subsequent calls to RunAction will add actions to the scope but they won't be run until the last action scope is closed.