TextKeyUtil::HashString

Overload list

Windows
MacOS
Linux
Name Description

Public function

uint32

 

TextKeyUtil::HashString

(
    const TCHAR* InStr
)

Utility to produce a hash for a string (as used by FTextKey)

Public function

uint32

 

TextKeyUtil::HashString

(
    const FString& InStr
)

Utility to produce a hash for a string (as used by FTextKey)

Public function

uint32

 

TextKeyUtil::HashString

(
    const FTCHARToUTF16& InStr,
    const uint32 InBaseHash
)

Utility to produce a hash for a UTF-16 string (as used by FTextKey)

Public function

uint32

 

TextKeyUtil::HashString

(
    const TCHAR* InStr,
    const uint32 InBaseHash
)

Public function

uint32

 

TextKeyUtil::HashString

(
    const TCHAR* InStr,
    const int32 InStrLen
)

Utility to produce a hash for a string (as used by FTextKey)

Public function

uint32

 

TextKeyUtil::HashString

(
    const FString& InStr,
    const uint32 InBaseHash
)

Utility to produce a hash for a UTF-16 string (as used by FTextKey)

Public function

uint32

 

TextKeyUtil::HashString

(
    const TCHAR* InStr,
    const int32 InStrLen,
    const uint32 InBaseHash
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss