Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Text spans passed around by the parser.
| Name | SText |
| Type | struct |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Parser/VerseGrammar.h |
| Include Path | #include "uLang/Parser/VerseGrammar.h" |
Syntax
struct SText
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr SText () |
uLang/Parser/VerseGrammar.h | ||
constexpr SText
(
const char8_t* Start0 |
uLang/Parser/VerseGrammar.h | ||
SText
(
const char* Start0 |
uLang/Parser/VerseGrammar.h | ||
constexpr SText
(
const char8_t* Start0, |
uLang/Parser/VerseGrammar.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Start | const char8_t * | uLang/Parser/VerseGrammar.h | ||
| Stop | const char8_t * | uLang/Parser/VerseGrammar.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
uLang/Parser/VerseGrammar.h | ||
char8_t operator[]
(
uint64_t i |
uLang/Parser/VerseGrammar.h |