Navigation
API > API/Runtime > API/Runtime/Core
Description
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.
| Name | MD5HashToGuid |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/SecureHash.h |
| Include Path | #include "Misc/SecureHash.h" |
FGuid MD5HashToGuid
(
const FMD5Hash & Hash
)