Navigation
BlueprintAPI > BlueprintAPI/UserInterface > BlueprintAPI/UserInterface/Animation
Play Animation on widget and trigger Finish event when the animation is done (legacy version using deprecated UMG Sequencer Player).
Target is Widget Animation Play Callback Proxy
Latent. This node will complete at a later time. Latent nodes can only be placed in event graphs.
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Widget | |
| object | In Animation | |
| real | Start at Time | |
| integer | Num Loops to Play | |
| enum | Play Mode | |
| real | Playback Speed |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Result | |
| exec | Finished | Called when animation has been completed |