![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SessionServiceMessages.h>
Public Member Functions | |
| FSessionServiceLog () | |
| FSessionServiceLog (const FName &InCategory, const FString &InData, const FGuid &InInstanceId, double InTimeSeconds, uint8 InVerbosity) | |
Public Attributes | |
| FName | Category |
| FString | Data |
| FGuid | InstanceId |
| double | TimeSeconds = 0.0 |
| uint8 | Verbosity |
Implements a message that contains a console log entry.
|
inline |
Default constructor.
|
inline |
Creates and initializes a new instance.
| FName FSessionServiceLog::Category |
Holds the log message category.
| FString FSessionServiceLog::Data |
Holds the log message data.
| FGuid FSessionServiceLog::InstanceId |
Holds the application instance identifier.
| double FSessionServiceLog::TimeSeconds = 0.0 |
Holds the time in seconds since the application was started.
| uint8 FSessionServiceLog::Verbosity |
Holds the log message's verbosity level.