UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TextKey.h File Reference

Go to the source code of this file.

Classes

class  FTextKey
 
class  FTextId
 

Namespaces

namespace  TextKeyUtil
 

Macros

#define UE_TEXTKEY_STORE_EMBEDDED_HASH   (0)
 

Functions

UE_FORCEINLINE_HINT uint32 TextKeyUtil::HashString (const FTCHARToUTF16 &InStr, const uint32 InBaseHash)
 
uint32 TextKeyUtil::HashString (const TCHAR *InStr)
 
uint32 TextKeyUtil::HashString (const TCHAR *InStr, const uint32 InBaseHash)
 
uint32 TextKeyUtil::HashString (const TCHAR *InStr, const int32 InStrLen)
 
uint32 TextKeyUtil::HashString (const TCHAR *InStr, const int32 InStrLen, const uint32 InBaseHash)
 
UE_FORCEINLINE_HINT uint32 TextKeyUtil::HashString (const FString &InStr)
 
UE_FORCEINLINE_HINT uint32 TextKeyUtil::HashString (const FString &InStr, const uint32 InBaseHash)
 
UE_FORCEINLINE_HINT uint32 TextKeyUtil::HashString (FStringView InStr)
 
UE_FORCEINLINE_HINT uint32 TextKeyUtil::HashString (FStringView InStr, const uint32 InBaseHash)
 

Macro Definition Documentation

◆ UE_TEXTKEY_STORE_EMBEDDED_HASH

#define UE_TEXTKEY_STORE_EMBEDDED_HASH   (0)