FEngineServiceNotification

Status messages Implements a message that contains a notification or log output.

Windows
MacOS
Linux

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

Name Description

Public variable

FString

 

Text

Holds the notification text.

Public variable

double

 

TimeSeconds

Holds the time in seconds since the engine started.

Constructors

Name Description

Public function

FEngineServiceNotification()

Default constructor.

Public function

FEngineServiceNotification

(
    const FString& InText,
    double InTimeSeconds
)

Creates and initializes a new instance.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss