Navigation
API > API/Runtime > API/Runtime/BuildPatchServices
References
| Module | BuildPatchServices |
| Header | /Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchDelta.h |
| Include | #include "BuildPatchDelta.h" |
Syntax
namespace BuildPatchServices
{
enum EDeltaPolicy
&123;
TryFetchContinueWithout,
Expect,
Skip,
&125;
}
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.