FTargetDeviceServiceDeployFinished

Implements a message for notifying a target device proxy that a deployment transaction has finished.

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

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

Include

#include "TargetDeviceServiceMessages.h"

Syntax

struct FTargetDeviceServiceDeployFinished

Remarks

Implements a message for notifying a target device proxy that a deployment transaction has finished.

Variables

Name Description

Public variable

FString

 

AppID

Holds the created identifier for the deployed application.

Public variable

bool

 

Succeeded

Holds a flag indicating whether the deployment transaction finished successfully.

Public variable

FGuid

 

TransactionId

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

Public variable

FName

 

Variant

Holds the variant identifier of the target device to use.

Constructors

Name Description

Public function

FTargetDeviceServiceDeployFinished()

Default constructor.

Public function

FTargetDeviceServiceDeployFinished

(
    FName InVariant,
    const FString& InAppId,
    bool InSucceeded,
    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