ELauncherProfileCookModes::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 ELauncherProfileCookModes
{
    enum Type
    {
        DoNotCook,
        ByTheBook,
        OnTheFly,
        ByTheBookInEditor,
        OnTheFlyInEditor,
    }
}

Values

Name

Description

DoNotCook

Do not cook the build (default).

ByTheBook

Pre-cook using user specified settings.

OnTheFly

Cook the build on the fly while the game is running.

ByTheBookInEditor

Cook by the book in the editor process space

OnTheFlyInEditor

Cook on the fly in the editor process space

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