FSessionLogMessage::FSessionLogMessage

Creates and initializes a new instance.

Windows
MacOS
Linux

References

Module

SessionServices

Header

/Engine/Source/Runtime/SessionServices/Public/SessionLogMessage.h

Include

#include "SessionLogMessage.h"

Syntax

FSessionLogMessage
(
    const FGuid & InInstanceId,
    const FString & InInstanceName,
    float InTimeSeconds,
    const FString & InText,
    ELogVerbosity::Type InVerbosity,
    const FName & InCategory
)

Remarks

Creates and initializes a new instance.

Parameters

Parameter

Description

InInstanceId

The identifier of the instance that generated the log message.

InInstanceName

The name of the engine instance that generated the log message.

InTimeSeconds

The number of seconds from the start of the instance at which the message was generated.

InText

The message text.

InVerbosity

The verbosity type.

InCategory

The log category.

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