appOnFailSHAVerification

Callback that is called if the asynchronous SHA verification fails This will be called from a pooled thread.

Windows
MacOS
Linux

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

Syntax

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

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss