Navigation
API > API/Runtime > API/Runtime/BuildPatchServices
Defines the threshold for the original delta size, for which we would abort and not process.
| Name | FDiffAbortThreshold |
| Type | struct |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchSettings.h |
| Include Path | #include "BuildPatchSettings.h" |
Syntax
struct FDiffAbortThreshold
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Unit | EDiffAbortThresholdUnits | A units of measurement for Value field. | BuildPatchSettings.h | |
| Value | uint64 | A threshold for the original delta size, for which we would abort and not process. | BuildPatchSettings.h |