Navigation
BlueprintAPI > BlueprintAPI/AnimationData
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.
Target is Animation Data Controller
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| interface | Target | |
| text | In Title | Description of the bracket, e.g. "Generating Curve Data" |
| boolean | Should Transact | Whether or not any undo-redo changes should be generated |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |