![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SourceLocationUtils.h>
Public Member Functions | |
| CORE_API FString | ToString () const |
| CORE_API FUtf8String | ToUtf8String () const |
| CORE_API void | ToString (FWideString &Out) const |
| CORE_API void | ToString (FUtf8String &Out) const |
| CORE_API void | AppendString (FWideStringBuilderBase &Out) const |
| CORE_API void | AppendString (FUtf8StringBuilderBase &Out) const |
Public Attributes | |
| const FSourceLocation & | Location |
Friends | |
| void | SerializeForLog (FCbWriter &Writer, const FFileAndLineAdapter &Adapter) |
| FWideStringBuilderBase & | operator<< (FWideStringBuilderBase &Builder, const FFileAndLineAdapter &Adapter) |
| FUtf8StringBuilderBase & | operator<< (FUtf8StringBuilderBase &Builder, const FFileAndLineAdapter &Adapter) |
Adapter for formatting a source location as file and line only.
| void UE::SourceLocation::FFileAndLineAdapter::AppendString | ( | FUtf8StringBuilderBase & | Out | ) | const |
| void UE::SourceLocation::FFileAndLineAdapter::AppendString | ( | FWideStringBuilderBase & | Out | ) | const |
Converts the source location to a readable format with file and line information, appending to an existing string.
| Out | StringBuilder to append with the string representation of the source location. |
| FString UE::SourceLocation::FFileAndLineAdapter::ToString | ( | ) | const |
Converts the source location to a readable format with file and line information.
| void UE::SourceLocation::FFileAndLineAdapter::ToString | ( | FUtf8String & | Out | ) | const |
| void UE::SourceLocation::FFileAndLineAdapter::ToString | ( | FWideString & | Out | ) | const |
Converts the source location to a readable format with file and line information, in place.
| Out | String to fill with the string representation of the source location. |
| FUtf8String UE::SourceLocation::FFileAndLineAdapter::ToUtf8String | ( | ) | const |
|
friend |
|
friend |
|
friend |
| const FSourceLocation& UE::SourceLocation::FFileAndLineAdapter::Location |