ELauncherProfileCookedMaps::Type

Enumerates selections for maps to cook.

Windows
MacOS
Linux

References

Module

LauncherServices

Header

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

Include

#include "ILauncherProfile.h"

Syntax

namespace ELauncherProfileCookedMaps
{
    enum Type
    {
        AllMaps,
        NoMaps,
        SelectedMaps,
    }
}

Values

Name

Description

AllMaps

Cook all maps.

NoMaps

Don't cook any maps. Only startup packages will be cooked.

SelectedMaps

Cook user selected maps.

Remarks

Enumerates selections for maps to cook.

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