Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/SecureHash.h |
Include | #include "Misc/SecureHash.h" |
Syntax
struct FMD5Hash
Remarks
Simple helper struct to ease the caching of MD5 hashes
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FMD5Hash () |
Default constructor |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
const uint8 * | GetBytes () |
|
![]() ![]() |
const int32 | GetSize () |
|
![]() ![]() |
FMD5Hash | Hash the specified file contents (using the optionally supplied scratch buffer) | |
![]() ![]() |
FMD5Hash | HashFileFromArchive
(
FArchive* Ar, |
|
![]() ![]() |
bool | IsValid () |
Check whether this has hash is valid or not |
![]() |
void | Set up the MD5 hash from a container |