BuildPatchServices::EVerifyError

An enum defining the possible causes for a verification failure.

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

/Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchVerify.h

Include

#include "BuildPatchVerify.h"

Syntax

namespace BuildPatchServices
{
    enum EVerifyError
    {
        FileMissing,
        OpenFileFailed,
        HashCheckFailed,
        FileSizeFailed,
    }
}

Values

Name

Description

FileMissing

The file was not found.

OpenFileFailed

The file failed to open.

HashCheckFailed

The file failed its hash check.

FileSizeFailed

The file was not the expected size.

Remarks

An enum defining the possible causes for a verification failure.

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