Navigation
API > API/Runtime > API/Runtime/BuildPatchServices
An enum defining the units of DiffAbortThreshold value.
| Name | BuildPatchServices::EDiffAbortThresholdUnits |
| Type | enum |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchSettings.h |
| Include Path | #include "BuildPatchSettings.h" |
Syntax
namespace BuildPatchServices
{
enum EDiffAbortThresholdUnits
{
Absolute = 0,
Percentage,
}
}
Values
| Name | Remarks |
|---|---|
| Absolute | |
| Percentage |