Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FFileAndLineAdapter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendString
(
FWideStringBuilderBase& Out |
Converts the source location to a readable format with file and line information, appending to an existing string. | Misc/SourceLocationUtils.h | |
void AppendString
(
FUtf8StringBuilderBase& Out |
Misc/SourceLocationUtils.h |
AppendString(FWideStringBuilderBase &)
Description
Converts the source location to a readable format with file and line information, appending to an existing string.
| Name | AppendString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/SourceLocationUtils.h |
| Include Path | #include "Misc/SourceLocationUtils.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/SourceLocationUtils.cpp |
void AppendString
(
FWideStringBuilderBase & Out
) const
Parameters
| Name | Remarks |
|---|---|
| Out | StringBuilder to append with the string representation of the source location. |
AppendString(FUtf8StringBuilderBase &)
| Name | AppendString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/SourceLocationUtils.h |
| Include Path | #include "Misc/SourceLocationUtils.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/SourceLocationUtils.cpp |
void AppendString
(
FUtf8StringBuilderBase & Out
) const