ITargetDevice::Deploy

Deploys an application in the specified folder to the device.

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h

Include

#include "Interfaces/ITargetDevice.h"

Syntax

bool Deploy
(
    const FString & SourceFolder,
    FString & OutAppId
)

Remarks

Deploys an application in the specified folder to the device.

Returns

true on success, false otherwise.

Parameters

Parameter

Description

SourceFolder

The path to the files and directories to be deployed.

OutAppId

Will hold the identifier of the deployed application (used for launching).

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