![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Functions | |
| UE_FORCEINLINE_HINT uint32 | HashString (const FTCHARToUTF16 &InStr, const uint32 InBaseHash) |
| uint32 | HashString (const TCHAR *InStr) |
| uint32 | HashString (const TCHAR *InStr, const uint32 InBaseHash) |
| uint32 | HashString (const TCHAR *InStr, const int32 InStrLen) |
| uint32 | HashString (const TCHAR *InStr, const int32 InStrLen, const uint32 InBaseHash) |
| UE_FORCEINLINE_HINT uint32 | HashString (const FString &InStr) |
| UE_FORCEINLINE_HINT uint32 | HashString (const FString &InStr, const uint32 InBaseHash) |
| UE_FORCEINLINE_HINT uint32 | HashString (FStringView InStr) |
| UE_FORCEINLINE_HINT uint32 | HashString (FStringView InStr, const uint32 InBaseHash) |
| UE_FORCEINLINE_HINT uint32 TextKeyUtil::HashString | ( | const FString & | InStr | ) |
Utility to produce a hash for a string (as used by FTextKey)
| UE_FORCEINLINE_HINT uint32 TextKeyUtil::HashString | ( | const FString & | InStr, |
| const uint32 | InBaseHash | ||
| ) |
| UE_FORCEINLINE_HINT uint32 TextKeyUtil::HashString | ( | const FTCHARToUTF16 & | InStr, |
| const uint32 | InBaseHash | ||
| ) |
Utility to produce a hash for a string (as used by FTextKey)
Utility to produce a hash for a string (as used by FTextKey)
|
inline |
| UE_FORCEINLINE_HINT uint32 TextKeyUtil::HashString | ( | FStringView | InStr | ) |
Utility to produce a hash for a string (as used by FTextKey)
| UE_FORCEINLINE_HINT uint32 TextKeyUtil::HashString | ( | FStringView | InStr, |
| const uint32 | InBaseHash | ||
| ) |