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