unreal.UpdateCompletionStatus

class unreal.UpdateCompletionStatus

Bases: EnumBase

Possible outcomes at the end of an update check

C++ Source:

  • Plugin: OnlineFramework

  • Module: Hotfix

  • File: UpdateManager.h

UPDATE_FAILURE_HOTFIX_CHECK: UpdateCompletionStatus

Update failed in the hotfix check

Type:

7

UPDATE_FAILURE_NOT_LOGGED_IN: UpdateCompletionStatus

Update failed due to not being logged in

Type:

8

UPDATE_FAILURE_PATCH_CHECK: UpdateCompletionStatus

Update failed in the patch check

Type:

6

UPDATE_SUCCESS: UpdateCompletionStatus

Update completed successfully, some changes applied

Type:

1

UPDATE_SUCCESS_NEEDS_PATCH: UpdateCompletionStatus

Update completed successfully, a patch must be download to continue

Type:

5

UPDATE_SUCCESS_NEEDS_RELAUNCH: UpdateCompletionStatus

Update completed successfully, need to relaunch the game

Type:

4

UPDATE_SUCCESS_NEEDS_RELOAD: UpdateCompletionStatus

Update completed successfully, need to reload the map

Type:

3

UPDATE_SUCCESS_NO_CHANGE: UpdateCompletionStatus

Update completed successfully, no changed needed

Type:

2

UPDATE_UNKNOWN: UpdateCompletionStatus

Unknown update completion

Type:

0