EInstallBundleManagerPatchCheckResult

Windows
MacOS
Linux

References

Module

InstallBundleManager

Header

/Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleTypes.h

Include

#include "InstallBundleTypes.h"

Syntax

enum EInstallBundleManagerPatchCheckResult
{
    NoPatchRequired,
    ClientPatchRequired,
    ContentPatchRequired,
    NoLoggedInUser,
    PatchCheckFailure,
    Count,
}

Values

Name

Description

NoPatchRequired

No patch required

ClientPatchRequired

Client Patch required to continue

ContentPatchRequired

Content Patch required to continue

NoLoggedInUser

Logged in user required for a patch check

PatchCheckFailure

Patch check failed

Count

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