Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/SGlitch
Description
Returns a human-readable message describing a Glitch 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#]) | toolname} : [ any text ] {error | warning} code+number:localizable string [ any text ]
Example: C:\sourcefile.Verse(134,10, 134,16): Verse compile error V3510: The return value of SomeClass.some_function_ is of type int_ which is incompatible with the expected type `string_.
| Name | AsFormattedString |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Diagnostics/Glitch.h |
| Include Path | #include "uLang/Diagnostics/Glitch.h" |
ULANG_FORCEINLINECUTF8String AsFormattedString() const