ELauncherProfileDeploymentModes::Type

Enumerates deployment 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 ELauncherProfileDeploymentModes  
{  
    enum Type  
    {  
        DoNotDeploy,  
        CopyToDevice,  
        FileServer,  
        CopyRepository,  
    }  
}  

Values

Name Description
DoNotDeploy Do not deploy the build to any device.
CopyToDevice Copy all required file to the device.
FileServer Let the device get required files from a file server.
CopyRepository Copy a build from a repository to the device.

Remarks

Enumerates deployment modes.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library