ELauncherProfileDeploymentModes::Type

Enumerates deployment modes.

Windows
MacOS
Linux

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.

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