B2AddOnAnimData
Data used to manage the playback state of an AddOn animation
| Property | Type | Description | Metadata |
|---|---|---|---|
| AnimId | FName | ID of the AddOn animation to play | |
| MontageName | FName | Name of the montage being played | |
| PlayingComponentName | FName | Name of the component playing the animation | |
| LoopTimeAccumulator | float | Accumulated playback time of the loop section | |
| bHasPlayedAtFirstTime | bool | Whether the animation has been played for the first time | |
| bHasLoopSection | bool | Whether the montage has a loop section | |
| bCancelRequested | bool | Whether animation cancellation has been requested | |
| bFinishAction | bool | Whether to finish the action after the AddOn animation ends |