ELauncherProfileBuildModes::Type

Enumerates modes in which the launcher cooks builds.

Windows
MacOS
Linux

References

Module

LauncherServices

Header

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

Include

#include "ILauncherProfile.h"

Syntax

namespace ELauncherProfileBuildModes
{
    enum Type
    {
        Auto,
        Build,
        DoNotBuild,
    }
}

Values

Name

Description

Auto

Build if there is not already an existing pre-built target available.

Build

Always build.

DoNotBuild

Do not build.

Remarks

Enumerates modes in which the launcher cooks builds.

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