![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Engine.h>
Public Member Functions | |
| FScreenMessageString () | |
Public Attributes | |
| uint64 | Key |
| FString | ScreenMessage |
| FColor | DisplayColor |
| float | TimeToDisplay |
| float | CurrentTimeDisplayed |
| FVector2D | TextScale |
On-screen debug message handling Helper struct for tracking on screen messages.
|
inline |
| float FScreenMessageString::CurrentTimeDisplayed |
The number of frames it has been displayed so far.
| FColor FScreenMessageString::DisplayColor |
The color to display the message in.
| uint64 FScreenMessageString::Key |
The 'key' for this message.
| FString FScreenMessageString::ScreenMessage |
The message to display.
| FVector2D FScreenMessageString::TextScale |
Scale of text
| float FScreenMessageString::TimeToDisplay |
The number of frames to display it.