Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Diagnostics
Inheritance Hierarchy
- CSharedMix
- SGlitch
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Diagnostics/Glitch.h |
| Include | #include "uLang/Diagnostics/Glitch.h" |
Syntax
struct SGlitch : public uLang::CSharedMix
Remarks
Info describing a syntax error/warning that was encountered during parse.
Variables
| Type | Name | Description | |
|---|---|---|---|
| SGlitchLocus | _Locus | Where it happened. | |
| SGlitchResult | _Result | What happened. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| ULANG_FORCEINLINE | SGlitch
(
SGlitchResult&& Result, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| ULANG_FORCEINLINECUTF8String | 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. | ||
| CUTF8String | FormattedString
(
const char* Message, |