![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Namespaces | |
| namespace | Private |
Classes | |
| struct | FFileAndLineAdapter |
| struct | FFullAdapter |
Functions | |
| FFullAdapter | Full (const FSourceLocation &Location) |
| FFileAndLineAdapter | FileAndLine (const FSourceLocation &Location) |
| UE_DEPRECATED (5.6, "Use UE::SourceLocation::Full(Location).ToString() instead.") static inline FString ToFullString(const FSourceLocation &Location) | |
| UE_DEPRECATED (5.6, "Use UE::SourceLocation::FileAndLine(Location).ToString() instead.") static inline FString ToFileAndLineString(const FSourceLocation &Location) | |
|
inline |
Returns an adapter that formats source location with file and line only.
| Location | The source location to adapt. |
|
inline |
Returns an adapter that formats source location with full information (file name, line, column, and function name).
| Location | The source location to adapt. |
| UE::SourceLocation::UE_DEPRECATED | ( | 5. | 6, |
| "Use UE::SourceLocation::FileAndLine(Location).ToString() instead." | |||
| ) | const & |
Returns an owning string with source filename and line. Equivalent to UE_SOURCE_LOCATION.
| Location | - The source location to convert to string. |
| UE::SourceLocation::UE_DEPRECATED | ( | 5. | 6, |
| "Use UE::SourceLocation::Full(Location).ToString() instead." | |||
| ) | const & |
Returns an owning string with full source location information (file name, line, column, and function name).
| Location | - The source location to convert to string. |