Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Information about the result of a glitch.
| Name | SGlitchResult |
| Type | struct |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Diagnostics/Glitch.h |
| Include Path | #include "uLang/Diagnostics/Glitch.h" |
Syntax
struct SGlitchResult
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SGlitchResult
(
EDiagnostic ResultId |
uLang/Diagnostics/Glitch.h | ||
SGlitchResult
(
EDiagnostic ResultId, |
uLang/Diagnostics/Glitch.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Id | EDiagnostic | Id for issue - static so it can be used in online searching/etc. | uLang/Diagnostics/Glitch.h | |
| _Message | CUTF8String | 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. | uLang/Diagnostics/Glitch.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const SDiagnosticInfo & GetInfo() |
uLang/Diagnostics/Glitch.h | ||
bool IsError() |
uLang/Diagnostics/Glitch.h | ||
bool IsWarning() |
uLang/Diagnostics/Glitch.h |