Navigation
API > API/Runtime > API/Runtime/Overlay
References
| Module | Overlay |
| Header | /Engine/Source/Runtime/Overlay/Public/Overlays.h |
| Include | #include "Overlays.h" |
Syntax
struct FOverlayItem
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTimespan | EndTime | When the overlay should be cleared | |
| FVector2D | Position | The position of the text on screen (Between 0.0 and 1.0) | |
| FTimespan | StartTime | When the overlay should be displayed | |
| FString | Text | Text that appears onscreen when the overlay is shown |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOverlayItem () |