Navigation
API > API/Runtime > API/Runtime/EngineMessages
References
| Module | EngineMessages |
| Header | /Engine/Source/Runtime/EngineMessages/Public/EngineServiceMessages.h |
| Include | #include "EngineServiceMessages.h" |
Syntax
struct FEngineServiceNotification
Remarks
Status messages Implements a message that contains a notification or log output.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Text | Holds the notification text. | |
| double | TimeSeconds | Holds the time in seconds since the engine started. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. | |||
FEngineServiceNotification
(
const FString& InText, |
Creates and initializes a new instance. |