unreal.UpdateCompletionStatus

class unreal.UpdateCompletionStatus

Bases: unreal.EnumBase

Possible outcomes at the end of an update check

C++ Source:

  • Plugin: OnlineFramework

  • Module: Hotfix

  • File: UpdateManager.h

UPDATE_FAILURE_HOTFIX_CHECK

Update failed in the hotfix check

Type

7

UPDATE_FAILURE_NOT_LOGGED_IN

Update failed due to not being logged in

Type

8

UPDATE_FAILURE_PATCH_CHECK

Update failed in the patch check

Type

6

UPDATE_SUCCESS

Update completed successfully, some changes applied

Type

1

UPDATE_SUCCESS_NEEDS_PATCH

Update completed successfully, a patch must be download to continue

Type

5

UPDATE_SUCCESS_NEEDS_RELAUNCH

Update completed successfully, need to relaunch the game

Type

4

UPDATE_SUCCESS_NEEDS_RELOAD

Update completed successfully, need to reload the map

Type

3

UPDATE_SUCCESS_NO_CHANGE

Update completed successfully, no changed needed

Type

2

UPDATE_UNKNOWN

Unknown update completion

Type

0