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

#include <SessionLogMessage.h>

Classes

struct  TimeComparer
 

Public Member Functions

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

Public Attributes

FName Category
 
FGuid InstanceId
 
FString InstanceName
 
FString Text
 
FDateTime Time
 
double TimeSeconds
 
ELogVerbosity::Type Verbosity
 

Detailed Description

Structure for log messages.

Constructor & Destructor Documentation

◆ FSessionLogMessage()

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

Creates and initializes a new instance.

Parameters
InInstanceIdThe identifier of the instance that generated the log message.
InInstanceNameThe name of the engine instance that generated the log message.
InTimeSecondsThe number of seconds from the start of the instance at which the message was generated.
InTextThe message text.
InVerbosityThe verbosity type.
InCategoryThe log category.

Member Data Documentation

◆ Category

FName FSessionLogMessage::Category

Holds the log category.

◆ InstanceId

FGuid FSessionLogMessage::InstanceId

Holds the identifier of the engine instance that generated this log message.

◆ InstanceName

FString FSessionLogMessage::InstanceName

Holds the name of the engine instance that generated this log message.

◆ Text

FString FSessionLogMessage::Text

Holds the message text.

◆ Time

FDateTime FSessionLogMessage::Time

Holds the time at which the message was generated.

◆ TimeSeconds

double FSessionLogMessage::TimeSeconds

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

◆ Verbosity

ELogVerbosity::Type FSessionLogMessage::Verbosity

Holds the verbosity type.


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