Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/STextScroller
| Name | ETickerState |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/STextScroller.h |
| Include Path | #include "Widgets/Text/STextScroller.h" |
Syntax
enum ETickerState
{
None = 0,
StartTicking,
Ticking,
StopTicking,
}
Values
| Name | Remarks |
|---|---|
| None | |
| StartTicking | |
| Ticking | |
| StopTicking |