Navigation
API > API/Runtime > API/Runtime/Core
Description
Returns an adapter that formats source location with full information (file name, line, column, and function name).
//Examplewithstring:FStringLocationStr=UE::SourceLocation::Full(SourceLoc).ToString();//Examplewithstringbuilder:Builder<<"Errorat"<
| Name | UE::SourceLocation::Full |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/SourceLocationUtils.h |
| Include Path | #include "Misc/SourceLocationUtils.h" |
namespace UE
{
namespace SourceLocation
{
FFullAdapter UE::SourceLocation::Full
(
const FSourceLocation & Location
)
}
}
Adapter for full source location formatting.
Parameters
| Name | Remarks |
|---|---|
| Location | The source location to adapt. |