Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FMD5
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/SecureHash.h |
Include | #include "Misc/SecureHash.h" |
static FString HashAnsiString
(
const TCHAR * String
)
Remarks
Helper to perform the very common case of hashing an ASCII string into a hex representation.
Parameters
Name | Description |
---|---|
String | hex representation of the hash (32 lower-case hex digits) |