ELauncherProfileCookedMaps::Type

Enumerates selections for maps to cook.

Unreal Engine C++ API Reference > Developer > LauncherServices

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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library