Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/SecureHash.h |
| Include | #include "Misc/SecureHash.h" |
FGuid MD5HashToGuid
(
const FMD5Hash & Hash
)
Remarks
Construct a FGuid from a MD5Hash. This means that calling ToString on the resulting FGuid will not result in the expected MD5 hash string, due to how FGuid outputs the string; LexToString should be used in that case.