FTargetDeviceServiceDeployCommit

Application deployment messages Implements a message for committing a deployment transaction.

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

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

Include

#include "TargetDeviceServiceMessages.h"

Syntax

struct FTargetDeviceServiceDeployCommit

Remarks

Application deployment messages Implements a message for committing a deployment transaction.

Variables

Name Description

Public variable

FGuid

 

TransactionId

Holds the identifier of the deployment transaction to commit.

Public variable

FName

 

Variant

Holds the variant identifier of the target device to use.

Constructors

Name Description

Public function

FTargetDeviceServiceDeployCommit()

Default constructor.

Public function

FTargetDeviceServiceDeployCommit

(
    FName InVariant,
    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