Navigation
API > API/Runtime > API/Runtime/BuildPatchServices
An enum defining the possible causes for a verification failure.
| Name | BuildPatchServices::EVerifyError |
| Type | enum |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchVerify.h |
| Include Path | #include "BuildPatchVerify.h" |
Syntax
namespace BuildPatchServices
{
enum EVerifyError
{
FileMissing = 0,
OpenFileFailed,
HashCheckFailed,
FileSizeFailed,
InvalidOrMax,
}
}
Values
| Name | Remarks |
|---|---|
| FileMissing | The file was not found. |
| OpenFileFailed | The file failed to open. |
| HashCheckFailed | The file failed its hash check. |
| FileSizeFailed | The file was not the expected size. |
| InvalidOrMax |