Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FSHA1
Description
Gets the stored SHA hash from the platform, if it exists. This function must be able to be called from any thread.
| Name | GetFileSHAHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/SecureHash.h |
| Include Path | #include "Misc/SecureHash.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/SecureHash.cpp |
static bool GetFileSHAHash
(
const TCHAR * Pathname,
uint8 Hash,
bool bIsFullPackageHash
)
true if the hash was found, false otherwise
Parameters
| Name | Remarks |
|---|---|
| Pathname | Pathname to the file to get the SHA for |
| Hash | 20 byte array that receives the hash |
| bIsFullPackageHash | true if we are looking for a full package hash, instead of a script code only hash |