Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Animation > API/Runtime/SlateCore/Animation/FCurveSequence
| Type | Name | Description | |
|---|---|---|---|
| void | Play
(
const FTickerDelegate& InDelegate, |
Plays the curve sequence for a ticker, rather than a widget. | |
| void | Play
(
const TSharedRef< SWidget >& InOwnerWidget, |
Start playing this curve sequence. Registers an active timer with the widget being animated. |