ITargetDeviceProxy::DeployApp

Deploys the specified list of files to the device.

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

/Engine/Source/Developer/TargetDeviceServices/Public/ITargetDeviceProxy.h

Include

#include "ITargetDeviceProxy.h"

Syntax

bool DeployApp
(
    FName InVariant,
    const TMap< FString, FString > & Files,
    const FGuid & TransactionId
)

Remarks

Deploys the specified list of files to the device.

If the deployment succeeds, the OnDeployCommitted() delegate will return an application identifier (AppId) that can be used to launch to the deployed application. If deploymend fails, the OnDeployFailed() delegate will be invoked.

Returns

true if deployment has been started, false otherwise.

Parameters

Parameter

Description

InVariant

Variant to deploy files on.

Files

The files to deploy.

TransactionId

The transaction identifier for the deployment.

See Also

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