ELauncherProfileBuildModes::Type

Enumerates modes in which the launcher cooks builds.

Unreal Engine C++ API Reference > Developer > LauncherServices

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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library