Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FOutputDeviceHelper
Overloads
| 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 |
AppendFormatLogLine(FWideStringBuilderBase &, ELogVerbosity::Type, const FName &, const TCHAR , ELogTimes::Type, double, int32 )
Description
Append a formatted log line to the string builder.
| Name | AppendFormatLogLine |
| 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 AppendFormatLogLine
(
FWideStringBuilderBase & Output,
ELogVerbosity::Type Verbosity,
const FName & Category,
const TCHAR * Message,
ELogTimes::Type LogTime,
double Time,
int32 * OutCategoryIndex
)
AppendFormatLogLine(FUtf8StringBuilderBase &, ELogVerbosity::Type, const FName &, const TCHAR , ELogTimes::Type, double, int32 )
| Name | AppendFormatLogLine |
| 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 AppendFormatLogLine
(
FUtf8StringBuilderBase & Output,
ELogVerbosity::Type Verbosity,
const FName & Category,
const TCHAR * Message,
ELogTimes::Type LogTime,
double Time,
int32 * OutCategoryIndex
)