ELauncherProfilePackagingModes::Type

Enumerates packaging modes.

Windows
MacOS
Linux

References

Module

LauncherServices

Header

/Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h

Include

#include "ILauncherProfile.h"

Syntax

namespace ELauncherProfilePackagingModes
{
    enum Type
    {
        DoNotPackage,
        Locally,
        SharedRepository,
    }
}

Values

Name

Description

DoNotPackage

Do not package.

Locally

Package and store the build locally.

SharedRepository

Package and store the build in a shared repository.

Remarks

Enumerates packaging modes.

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