Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FOutputDeviceHelper
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/OutputDeviceHelper.h |
Include | #include "Misc/OutputDeviceHelper.h" |
Source | /Engine/Source/Runtime/Core/Private/Misc/OutputDeviceHelper.cpp |
static void FormatCastAndSerializeLine
&40;
FArchive & Output,
const TCHAR &42; Message,
ELogVerbosity::Type Verbosity,
const FName & Category,
double Time,
bool bSuppressEventTag,
bool bAutoEmitLineTerminator
&41;
Remarks
Formats, casts to ANSI char and serializes a message to archive. Optimized for small number of allocations and Serialize calls
Parameters
Name | Description |
---|---|
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 |