Unreal Engine Blueprint API Reference > User Interface > Animation
Plays an animation in this widget a specified number of times
Target is User Widget
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
object | In Animation | The animation to play |
real | Start at Time | The time in the animation from which to start playing, relative to the start position. For looped animations, this will only affect the first playback of the animation. |
integer | Num Loops to Play | The number of times to loop this animation (0 to loop indefinitely) |
enum | Play Mode | Specifies the playback mode |
real | Playback Speed | The speed at which the animation should play |
boolean | Restore State | Restores widgets to their pre-animated state when the animation stops |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
object | Return Value |