Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CParserBase
Grammar SContext coinciding with "push" and "pop" in the specification.
| Name | SContext |
| Type | struct |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Parser/VerseGrammar.h |
| Include Path | #include "uLang/Parser/VerseGrammar.h" |
Syntax
struct SContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SContext() |
Prefixed with '&'. | uLang/Parser/VerseGrammar.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlockInd | const char8_t * | uLang/Parser/VerseGrammar.h | ||
| LinePrefix | bool | uLang/Parser/VerseGrammar.h | ||
| Nest | bool | Further text trimming. | uLang/Parser/VerseGrammar.h | |
| TrimInd | const char8_t * | Indentation, or nullptr. | uLang/Parser/VerseGrammar.h |