Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TextKeyUtil Namespace Reference

Functions

uint32 HashString (const FTCHARToUTF16 &InStr)
 
FORCEINLINE uint32 HashString (const FTCHARToUTF16 &InStr, const uint32 InBaseHash)
 
FORCEINLINE uint32 HashString (const TCHAR *InStr)
 
FORCEINLINE uint32 HashString (const TCHAR *InStr, const uint32 InBaseHash)
 
FORCEINLINE uint32 HashString (const TCHAR *InStr, const int32 InStrLen)
 
FORCEINLINE uint32 HashString (const TCHAR *InStr, const int32 InStrLen, const uint32 InBaseHash)
 
FORCEINLINE uint32 HashString (const FString &InStr)
 
FORCEINLINE uint32 HashString (const FString &InStr, const uint32 InBaseHash)
 

Function Documentation

◆ HashString() [1/8]

FORCEINLINE uint32 TextKeyUtil::HashString ( const FString & InStr)

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

Definition at line 45 of file TextKey.h.

+ Here is the call graph for this function:

◆ HashString() [2/8]

FORCEINLINE uint32 TextKeyUtil::HashString ( const FString & InStr,
const uint32 InBaseHash )

Definition at line 49 of file TextKey.h.

+ Here is the call graph for this function:

◆ HashString() [3/8]

uint32 TextKeyUtil::HashString ( const FTCHARToUTF16 & InStr)

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

+ Here is the caller graph for this function:

◆ HashString() [4/8]

FORCEINLINE uint32 TextKeyUtil::HashString ( const FTCHARToUTF16 & InStr,
const uint32 InBaseHash )

Definition at line 15 of file TextKey.h.

+ Here is the call graph for this function:

◆ HashString() [5/8]

FORCEINLINE uint32 TextKeyUtil::HashString ( const TCHAR * InStr)

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

Definition at line 21 of file TextKey.h.

◆ HashString() [6/8]

FORCEINLINE uint32 TextKeyUtil::HashString ( const TCHAR * InStr,
const int32 InStrLen )

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

Definition at line 33 of file TextKey.h.

+ Here is the caller graph for this function:

◆ HashString() [7/8]

FORCEINLINE uint32 TextKeyUtil::HashString ( const TCHAR * InStr,
const int32 InStrLen,
const uint32 InBaseHash )

Definition at line 38 of file TextKey.h.

+ Here is the caller graph for this function:

◆ HashString() [8/8]

FORCEINLINE uint32 TextKeyUtil::HashString ( const TCHAR * InStr,
const uint32 InBaseHash )

Definition at line 26 of file TextKey.h.