Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/TGenerate
Description
String callbacks that can contribute to abstract syntax. In all string callbacks, every non-empty Snippet's text span is guaranteed to be inside the parser's input string.
| Name | Text |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Parser/VerseGrammar.h |
| Include Path | #include "uLang/Parser/VerseGrammar.h" |
void Text
(
CaptureType & Capture,
const SSnippet & Snippet,
EPlace Place
) const