EPatchCheckResult

Possible outcomes at the end of just the patch check

Windows
MacOS
Linux

References

Module

Hotfix

Header

/Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Public/UpdateManager.h

Include

#include "UpdateManager.h"

Syntax

enum EPatchCheckResult
{
    NoPatchRequired,
    PatchRequired,
    NoLoggedInUser,
    PatchCheckFailure,
}

Values

Name

Description

NoPatchRequired

No patch required

PatchRequired

Patch required to continue

NoLoggedInUser

Logged in user required for a patch check

PatchCheckFailure

Patch check failed

Remarks

Possible outcomes at the end of just the patch check

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss