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" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/SecureHash.cpp |
void appOnFailSHAVerification
(
const TCHAR * FailedPathname,
bool bFailedDueToMissingHash
)
Remarks
Callback that is called if the asynchronous SHA verification fails This will be called from a pooled thread.
NOTE: Each platform is expected to implement this!
Parameters
| Name | Description |
|---|---|
| FailedPathname | Pathname of file that failed to verify |
| bFailedDueToMissingHash | true if the reason for the failure was that the hash was missing, and that was set as being an error condition |