FTargetDeviceServiceLaunchFinished

Implements a message for notifying a target device proxy that launching an application has finished.

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

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

Include

#include "TargetDeviceServiceMessages.h"

Syntax

struct FTargetDeviceServiceLaunchFinished

Remarks

Implements a message for notifying a target device proxy that launching an application has finished.

Variables

Name Description

Public variable

FString

 

AppID

Holds the identifier of the launched application.

Public variable

int32

 

ProcessId

Holds the process identifier for the launched application.

Public variable

bool

 

Succeeded

Holds a flag indicating whether the application was launched successfully.

Constructors

Name Description

Public function

FTargetDeviceServiceLaunchFinished()

Default constructor.

Public function

FTargetDeviceServiceLaunchFinished

(
    const FString& InAppId,
    int32 InProcessId,
    bool InSucceeded
)

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