Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/STextScroller
| Name | EActiveState |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/STextScroller.h |
| Include Path | #include "Widgets/Text/STextScroller.h" |
Syntax
enum EActiveState
{
FadeIn = 0,
Start,
StartWait,
Scrolling,
Stop,
StopWait,
FadeOut,
Suspend,
}
Values
| Name | Remarks |
|---|---|
| FadeIn | |
| Start | |
| StartWait | |
| Scrolling | |
| Stop | |
| StopWait | |
| FadeOut | |
| Suspend |