Navigation
API > API/Runtime > API/Runtime/SessionServices > API/Runtime/SessionServices/FSessionLogMessage
References
| Module | SessionServices |
| Header | /Engine/Source/Runtime/SessionServices/Public/SessionLogMessage.h |
| Include | #include "SessionLogMessage.h" |
FSessionLogMessage
&40;
const FGuid & InInstanceId,
const FString & InInstanceName,
float InTimeSeconds,
const FString & InText,
ELogVerbosity::Type InVerbosity,
const FName & InCategory
&41;
Remarks
Creates and initializes a new instance.
Parameters
| Name | 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. |