UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FTextScrollerOptions Struct Reference

#include <STextScroller.h>

Public Attributes

float Speed = 25.0f
 
float StartDelay = 0.5f
 
float EndDelay = 0.5f
 
float FadeInDelay = 0.0f
 
float FadeOutDelay = 0.0f
 

Member Data Documentation

◆ EndDelay

float FTextScrollerOptions::EndDelay = 0.5f

Delay (in seconds) to pause after scrolling the text

◆ FadeInDelay

float FTextScrollerOptions::FadeInDelay = 0.0f

Duration (in seconds) to fade in before scrolling the text

◆ FadeOutDelay

float FTextScrollerOptions::FadeOutDelay = 0.0f

Duration (in seconds) to fade out after scrolling the text

◆ Speed

float FTextScrollerOptions::Speed = 25.0f

Speed (in Slate units) to scroll per-second

◆ StartDelay

float FTextScrollerOptions::StartDelay = 0.5f

Delay (in seconds) to pause before scrolling the text


The documentation for this struct was generated from the following file: