Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FOutputDeviceHelper
Description
Formats, casts to ANSI char and serializes a message to archive. Optimized for small number of allocations and Serialize calls
| Name | FormatCastAndSerializeLine |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/OutputDeviceHelper.h |
| Include Path | #include "Misc/OutputDeviceHelper.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/OutputDeviceHelper.cpp |
static void FormatCastAndSerializeLine
(
FArchive & Output,
const TCHAR * Message,
ELogVerbosity::Type Verbosity,
const FName & Category,
double Time,
bool bSuppressEventTag,
bool bAutoEmitLineTerminator
)
Parameters
| Name | Remarks |
|---|---|
| Output | Output archive |
| Message | Log message |
| Verbosity | Message verbosity |
| Category | Message category |
| Time | Message time |
| bSuppressEventTag | True if the message date/time prefix should be suppressed |
| bAutoEmitLineTerminator | True if the message should be automatically appended with a line terminator |