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