BuildPatchServices::EVerifyMode

An enum defining the verification mode that should be used.

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

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

Include

#include "BuildPatchVerify.h"

Syntax

namespace BuildPatchServices
{
    enum EVerifyMode
    {
        ShaVerifyAllFiles,
        ShaVerifyTouchedFiles,
        FileSizeCheckAllFiles,
        FileSizeCheckTouchedFiles,
    }
}

Values

Name

Description

ShaVerifyAllFiles

Fully SHA checks all files in the build.

ShaVerifyTouchedFiles

Fully SHA checks only files touched by the install/patch process.

FileSizeCheckAllFiles

Checks just the existence and file size of all files in the build.

FileSizeCheckTouchedFiles

Checks just the existence and file size of only files touched by the install/patch process.

Remarks

An enum defining the verification mode that should be used.

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