Navigation
BlueprintAPI > BlueprintAPI/Animation > BlueprintAPI/Animation/AnimNext
Plays an Animation Sequence on an AnimNextComponent
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Anim Next Component | |
| name | Site Name | |
| object | Anim Sequence | |
| real | Play Rate | |
| real | Start Position | |
| struct | Blend in Settings | |
| struct | Blend Out Settings |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| exec | On Completed | Called when the provided animation object finished playing and hasn't been interrupted |
| exec | On Blend Out | Called when the provided animation object starts blending out and hasn't been interrupted |
| exec | On Interrupted | Called when the provided animation object has been interrupted (or failed to play) |