UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FTextKeyState Class Reference

Public Member Functions

 FTextKeyState ()
 
void FindOrAdd (FStringView InStr, FTextKey &OutTextKey)
 
void FindOrAdd (FStringView InStr, const uint32 InStrHash, FTextKey &OutTextKey)
 
const TCHARGetLegacyTCHARPointerByIndex (const int32 InIndex)
 
void AppendStringByIndex (const int32 InIndex, FString &Out) const
 
void AppendStringByIndex (const int32 InIndex, FStringBuilderBase &Out) const
 
uint32 GetHashByIndex (const int32 InIndex) const
 
void Shrink ()
 

Static Public Member Functions

static FTextKeyStateGetState ()
 
static void TearDown ()
 

Friends

template<class TKeyDataA , class TKeyDataB >
FORCEINLINE bool operator== (const TKeyDataA &A, const TKeyDataB &B)
 

Constructor & Destructor Documentation

◆ FTextKeyState()

FTextKeyState::FTextKeyState ( )
inline

Member Function Documentation

◆ AppendStringByIndex() [1/2]

void FTextKeyState::AppendStringByIndex ( const int32  InIndex,
FString &  Out 
) const
inline

◆ AppendStringByIndex() [2/2]

void FTextKeyState::AppendStringByIndex ( const int32  InIndex,
FStringBuilderBase Out 
) const
inline

◆ FindOrAdd() [1/2]

void FTextKeyState::FindOrAdd ( FStringView  InStr,
const uint32  InStrHash,
FTextKey OutTextKey 
)
inline

◆ FindOrAdd() [2/2]

void FTextKeyState::FindOrAdd ( FStringView  InStr,
FTextKey OutTextKey 
)
inline

◆ GetHashByIndex()

uint32 FTextKeyState::GetHashByIndex ( const int32  InIndex) const
inline

◆ GetLegacyTCHARPointerByIndex()

const TCHAR * FTextKeyState::GetLegacyTCHARPointerByIndex ( const int32  InIndex)
inline

◆ GetState()

static FTextKeyState & FTextKeyState::GetState ( )
inlinestatic

◆ Shrink()

void FTextKeyState::Shrink ( )
inline

◆ TearDown()

static void FTextKeyState::TearDown ( )
inlinestatic

Friends And Related Symbol Documentation

◆ operator==

template<class TKeyDataA , class TKeyDataB >
FORCEINLINE bool operator== ( const TKeyDataA A,
const TKeyDataB B 
)
friend

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