ELauncherProfilePackagingModes::Type

Enumerates packaging modes.

Unreal Engine C++ API Reference > Developer > LauncherServices

References

   
Module LauncherServices
Header /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h
Include #include "ILauncherProfile.h"

Syntax

namespace ELauncherProfilePackagingModes  
{  
    enum Type  
    {  
        DoNotPackage,  
        Locally,  
        SharedRepository,  
    }  
}  

Values

Name Description
DoNotPackage Do not package.
Locally Package and store the build locally.
SharedRepository Package and store the build in a shared repository.

Remarks

Enumerates packaging modes.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library