Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/AnimData > API/Runtime/Engine/Animation/AnimData/IAnimationDataController
- IAnimationDataController::OpenBracket()
- UAnimDataController::OpenBracket()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/IAnimationDataController.h |
| Include | #include "Animation/AnimData/IAnimationDataController.h" |
void OpenBracket
&40;
const FText & InTitle,
bool bShouldTransact
&41;
Remarks
Opens an interaction bracket, used for combining a set of controller actions. Broadcasts a EAnimDataModelNotifyType::BracketOpened notify, this can be used by any Views or dependent systems to halt any unnecessary or invalid operations until the (last) bracket is closed.
Parameters
| Name | Description |
|---|---|
| InTitle | Description of the bracket, e.g. "Generating Curve Data" |
| bShouldTransact | Whether or not any undo-redo changes should be generated |