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

#include <EngineServiceMessages.h>

Public Member Functions

 FEngineServiceNotification ()
 
 FEngineServiceNotification (const FString &InText, double InTimeSeconds)
 

Public Attributes

FString Text
 
double TimeSeconds
 

Detailed Description

Implements a message that contains a notification or log output.

Constructor & Destructor Documentation

◆ FEngineServiceNotification() [1/2]

FEngineServiceNotification::FEngineServiceNotification ( )
inline

Default constructor.

◆ FEngineServiceNotification() [2/2]

FEngineServiceNotification::FEngineServiceNotification ( const FString &  InText,
double  InTimeSeconds 
)
inline

Creates and initializes a new instance.

Member Data Documentation

◆ Text

FString FEngineServiceNotification::Text

Holds the notification text.

◆ TimeSeconds

double FEngineServiceNotification::TimeSeconds

Holds the time in seconds since the engine started.


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