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