UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Verse::Grammar::text Struct Reference

#include <VerseGrammar.h>

Public Member Functions

constexpr text ()
 
constexpr text (const char8 *Start0, const char8 *Stop0)
 
constexpr text (const char8 *Start0)
 
constexpr char8 operator[] (nat i) const
 
 operator bool () const
 

Public Attributes

const char8Start
 
const char8Stop
 

Constructor & Destructor Documentation

◆ text() [1/3]

constexpr Verse::Grammar::text::text ( )
inlineconstexpr

◆ text() [2/3]

constexpr Verse::Grammar::text::text ( const char8 Start0,
const char8 Stop0 
)
inlineconstexpr

◆ text() [3/3]

constexpr Verse::Grammar::text::text ( const char8 Start0)
inlineconstexpr

Member Function Documentation

◆ operator bool()

Verse::Grammar::text::operator bool ( ) const
inlineexplicit

◆ operator[]()

constexpr char8 Verse::Grammar::text::operator[] ( nat  i) const
inlineconstexpr

Member Data Documentation

◆ Start

const char8* Verse::Grammar::text::Start

◆ Stop

const char8 * Verse::Grammar::text::Stop

The documentation for this struct was generated from the following file: