Navigation
API > API/Runtime > API/Runtime/SessionServices
References
| Module | SessionServices |
| Header | /Engine/Source/Runtime/SessionServices/Public/SessionLogMessage.h |
| Include | #include "SessionLogMessage.h" |
Syntax
struct FSessionLogMessage
Remarks
Structure for log messages.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Category | Holds the log category. | |
| FGuid | InstanceId | Holds the identifier of the engine instance that generated this log message. | |
| FString | InstanceName | Holds the name of the engine instance that generated this log message. | |
| FString | Text | Holds the message text. | |
| FDateTime | Time | Holds the time at which the message was generated. | |
| double | TimeSeconds | Holds the number of seconds from the start of the instance at which the message was generated. | |
| ELogVerbosity::Type | Verbosity | Holds the verbosity type. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSessionLogMessage
(
const FGuid& InInstanceId, |
Creates and initializes a new instance. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| TimeComparer | Implements a predicate to compare two log messages by log time. |