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