FTargetDeviceServiceRunFinished

Implements a message for notifying a target device proxy that running an executable has finished.

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

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

Include

#include "TargetDeviceServiceMessages.h"

Syntax

struct FTargetDeviceServiceRunFinished

Remarks

Implements a message for notifying a target device proxy that running an executable has finished.

Variables

Name Description

Public variable

FString

 

ExecutablePath

Holds the path to the executable that was run.

Public variable

int32

 

ProcessId

Holds the process identifier of the running executable.

Public variable

bool

 

Succeeded

Holds a flag indicating whether the executable started successfully.

Public variable

FName

 

Variant

Holds the variant identifier of the target device to use.

Constructors

Name Description

Public function

FTargetDeviceServiceRunFinished()

Default constructor.

Public function

FTargetDeviceServiceRunFinished

(
    FName InVariant,
    const FString& InExecutablePath,
    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