Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Text
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Text/STextScroller.h |
| Include | #include "Widgets/Text/STextScroller.h" |
Syntax
struct FTextScrollerOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | EndDelay | Delay (in seconds) to pause after scrolling the text | |
| float | FadeInDelay | Duration (in seconds) to fade in before scrolling the text | |
| float | FadeOutDelay | Duration (in seconds) to fade out after scrolling the text | |
| float | Speed | Speed (in Slate units) to scroll per-second | |
| float | StartDelay | Delay (in seconds) to pause before scrolling the text |