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

#include <Overlays.h>

Public Member Functions

 FOverlayItem ()
 

Public Attributes

FTimespan StartTime
 
FTimespan EndTime
 
FString Text
 
FVector2D Position
 

Constructor & Destructor Documentation

◆ FOverlayItem()

FOverlayItem::FOverlayItem ( )
inline

Member Data Documentation

◆ EndTime

FTimespan FOverlayItem::EndTime

When the overlay should be cleared

◆ Position

FVector2D FOverlayItem::Position

The position of the text on screen (Between 0.0 and 1.0)

◆ StartTime

FTimespan FOverlayItem::StartTime

When the overlay should be displayed

◆ Text

FString FOverlayItem::Text

Text that appears onscreen when the overlay is shown


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