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

Public Member Functions

 TIndexSpecifier (int32 InIndex, const TStringToken< CharType > &InEntireToken)
 

Public Attributes

int32 Index
 
TStringToken< CharType > EntireToken
 

Detailed Description

template<typename CharType>
struct TIndexSpecifier< CharType >

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

Constructor & Destructor Documentation

◆ TIndexSpecifier()

template<typename CharType >
TIndexSpecifier< CharType >::TIndexSpecifier ( int32  InIndex,
const TStringToken< CharType > &  InEntireToken 
)
inlineexplicit

Member Data Documentation

◆ EntireToken

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

The entire token

◆ Index

template<typename CharType >
int32 TIndexSpecifier< CharType >::Index

The index of the parsed token


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