Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/SGlitchLocus
Description
Returns a human-readable message describing a locus formatted for Visual Studio that will jump to the file and the specified lines/columns when double-clicked in the VS Output log. See https://docs.microsoft.com/en-us/cpp/build/formatting-the-output-of-a-custom-build-step-or-build-event
filename(line#,column#, line#,column#])
Example: C:\sourcefile.Verse(134,10, 134,16)
| Name | AsFormattedString |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Diagnostics/Glitch.h |
| Include Path | #include "uLang/Diagnostics/Glitch.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/Diagnostics/Glitch.cpp |
CUTF8String AsFormattedString() const