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

Public Member Functions

 TTokenFormatSpecifier (const TStringToken< CharType > &InIdentifier, const TStringToken< CharType > &InEntireToken)
 

Public Attributes

TStringToken< CharType > Identifier
 
TStringToken< CharType > EntireToken
 
int32 Len
 

Detailed Description

template<typename CharType>
struct TTokenFormatSpecifier< CharType >

Token representing a user-defined token, such as {Argument}

Constructor & Destructor Documentation

◆ TTokenFormatSpecifier()

template<typename CharType >
TTokenFormatSpecifier< CharType >::TTokenFormatSpecifier ( const TStringToken< CharType > &  InIdentifier,
const TStringToken< CharType > &  InEntireToken 
)
inlineexplicit

Member Data Documentation

◆ EntireToken

template<typename CharType >
TStringToken<CharType> TTokenFormatSpecifier< CharType >::EntireToken

The entire token

◆ Identifier

template<typename CharType >
TStringToken<CharType> TTokenFormatSpecifier< CharType >::Identifier

The identifier part of the token

◆ Len

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

Cached length of the identifier


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