BuildPatchServices::EDeltaPolicy

An enum defining the desired policy for requesting an optimised delta.

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

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

Include

#include "BuildPatchDelta.h"

Syntax

namespace BuildPatchServices
{
    enum EDeltaPolicy
    {
        TryFetchContinueWithout,
        Expect,
        Skip,
    }
}

Values

Name

Description

TryFetchContinueWithout

Try to fetch, but continue without if request fail.

Expect

Expect the delta to exist, hard fail the installation if it could not be retrieved.

Skip

Expect the delta to not exist, skipping any attempt to use one.

Remarks

An enum defining the desired policy for requesting an optimised delta.

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