Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/text
Overloads
| 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 |
text()
| Name | text |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Parser/VerseGrammar.h |
| Include Path | #include "uLang/Parser/VerseGrammar.h" |
constexpr text()
text(const char8 *)
| Name | text |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Parser/VerseGrammar.h |
| Include Path | #include "uLang/Parser/VerseGrammar.h" |
constexpr text
(
const char8 * Start0
)
text(const char8 , const char8 )
| Name | text |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Parser/VerseGrammar.h |
| Include Path | #include "uLang/Parser/VerseGrammar.h" |
constexpr text
(
const char8 * Start0,
const char8 * Stop0
)