Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/OutputDeviceHelper.h |
Include | #include "Misc/OutputDeviceHelper.h" |
Syntax
struct FOutputDeviceHelper
Remarks
Helper functions used by FOutputDevice derived classes
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | AppendFormatLogLine
(
FWideStringBuilderBase& Output, |
Append a formatted log line to the string builder. |
![]() ![]() |
void | AppendFormatLogLine
(
FUtf8StringBuilderBase& Output, |
Append a formatted log line to the string builder. |
![]() ![]() |
void | FormatCastAndSerializeLine
(
FArchive& Output, |
Formats, casts to ANSI char and serializes a message to archive. |
![]() ![]() |
FString | FormatLogLine
(
ELogVerbosity::Type Verbosity, |
Formats a log line with date, time, category and verbosity prefix |