Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FLogRecord
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void FormatMessageTo
(
FUtf8StringBuilderBase& Out |
Formats the message using the format, template, and fields. | Logging/StructuredLog.h | |
void FormatMessageTo
(
FWideStringBuilderBase& Out |
Logging/StructuredLog.h |
FormatMessageTo(FUtf8StringBuilderBase &)
Description
Formats the message using the format, template, and fields.
| Name | FormatMessageTo |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Logging/StructuredLog.h |
| Include Path | #include "Logging/StructuredLog.h" |
| Source | /Engine/Source/Runtime/Core/Private/Logging/StructuredLog.cpp |
void FormatMessageTo
(
FUtf8StringBuilderBase & Out
) const
FormatMessageTo(FWideStringBuilderBase &)
| Name | FormatMessageTo |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Logging/StructuredLog.h |
| Include Path | #include "Logging/StructuredLog.h" |
| Source | /Engine/Source/Runtime/Core/Private/Logging/StructuredLog.cpp |
void FormatMessageTo
(
FWideStringBuilderBase & Out
) const