Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Diagnostics
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Diagnostics/Glitch.h |
| Include | #include "uLang/Diagnostics/Glitch.h" |
Syntax
struct SGlitchResult
Remarks
Information about the result of a glitch.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EDiagnostic | _Id | Id for issue - static so it can be used in online searching/etc. | |
| CUTF8String | _Message | String describing the result - either built custom at the time the issue was encountered or generated after the fact using _Result and other info contained in this structure and the associated SArgs and CParser objects. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
SGlitchResult
(
EDiagnostic ResultId |
|||
SGlitchResult
(
EDiagnostic ResultId, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const SDiagnosticInfo & | GetInfo () |
||
| bool | IsError () |
||
| bool | IsWarning () |