FSessionServiceLog

Session status messages Implements a message that contains a console log entry.

Windows
MacOS
Linux

References

Module

SessionMessages

Header

/Engine/Source/Runtime/SessionMessages/Public/SessionServiceMessages.h

Include

#include "SessionServiceMessages.h"

Syntax

struct FSessionServiceLog

Remarks

Session status messages Implements a message that contains a console log entry.

Variables

Name Description

Public variable

FName

 

Category

Holds the log message category.

Public variable

FString

 

Data

Holds the log message data.

Public variable

FGuid

 

InstanceId

Holds the application instance identifier.

Public variable

double

 

TimeSeconds

Holds the time in seconds since the application was started.

Public variable

uint8

 

Verbosity

Holds the log message's verbosity level.

Constructors

Name Description

Public function

FSessionServiceLog()

Default constructor.

Public function

FSessionServiceLog

(
    const FName& InCategory,
    const FString& InData,
    const FGuid& InInstanceId,
    double InTimeSeconds,
    uint8 InVerbosity
)

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