Navigation
API > API/Developer > API/Developer/AnimationDataController > API/Developer/AnimationDataController/UAnimDataController
- IAnimationDataController::OpenBracket()
- UAnimDataController::OpenBracket()
References
| Module | AnimationDataController |
| Header | /Engine/Source/Developer/AnimationDataController/Public/AnimDataController.h |
| Include | #include "AnimDataController.h" |
| Source | /Engine/Source/Developer/AnimationDataController/Private/AnimDataController.cpp |
virtual 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 |