Navigation
API > API/Runtime > API/Runtime/Core
Description
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!
| Name | appOnFailSHAVerification |
| 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 |
void appOnFailSHAVerification
(
const TCHAR * FailedPathname,
bool bFailedDueToMissingHash
)
Parameters
| Name | Remarks |
|---|---|
| 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 |