FTargetDeviceServiceDeployFile

Implements a message for deploying a single file to a target device.

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

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

Include

#include "TargetDeviceServiceMessages.h"

Syntax

struct FTargetDeviceServiceDeployFile

Remarks

Implements a message for deploying a single file to a target device.

The actual file data must be attached to the message.

Variables

Name Description

Public variable

FString

 

TargetFileName

Holds the name and path of the file as it will be stored on the target device.

Public variable

FGuid

 

TransactionId

Holds the identifier of the deployment transaction that this file is part of.

Constructors

Name Description

Public function

FTargetDeviceServiceDeployFile()

Default constructor.

Public function

FTargetDeviceServiceDeployFile

(
    const FString& InTargetFileName,
    const FGuid& InTransactionId
)

Creates and initializes a new instance.

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