![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <EngineServiceMessages.h>
Public Member Functions | |
| FEngineServiceNotification () | |
| FEngineServiceNotification (const FString &InText, double InTimeSeconds) | |
Public Attributes | |
| FString | Text |
| double | TimeSeconds |
Implements a message that contains a notification or log output.
|
inline |
Default constructor.
|
inline |
Creates and initializes a new instance.
| FString FEngineServiceNotification::Text |
Holds the notification text.
| double FEngineServiceNotification::TimeSeconds |
Holds the time in seconds since the engine started.