UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TStringLiteral< CharType > Struct Template Reference

Public Member Functions

 TStringLiteral (const TStringToken< CharType > &InString)
 

Public Attributes

TStringToken< CharType > String
 
int32 Len
 

Detailed Description

template<typename CharType>
struct TStringLiteral< CharType >

Token representing a literal string inside the string

Constructor & Destructor Documentation

◆ TStringLiteral()

template<typename CharType >
TStringLiteral< CharType >::TStringLiteral ( const TStringToken< CharType > &  InString)
inlineexplicit

Member Data Documentation

◆ Len

template<typename CharType >
int32 TStringLiteral< CharType >::Len

Cached length of the string

◆ String

template<typename CharType >
TStringToken<CharType> TStringLiteral< CharType >::String

The string literal token


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