EInstallBundleSourceBundleSkipReason

Windows
MacOS
Linux

References

Module

InstallBundleManager

Header

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

Include

#include "InstallBundleTypes.h"

Syntax

enum EInstallBundleSourceBundleSkipReason
{
    None                  = 0,
    LanguageNotCurrent    = (1 << 0),
    NotValid              = (1 << 1),
}

Values

Name

Description

None

LanguageNotCurrent

NotValid

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