FTargetDeviceServicePong

Implements a message that is sent in response to target device service discovery messages.

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

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

Include

#include "TargetDeviceServiceMessages.h"

Syntax

struct FTargetDeviceServicePong

Remarks

Implements a message that is sent in response to target device service discovery messages.

Variables

Name Description

Public variable

bool

 

Aggregated

Flag for the "All devices" proxy.

Public variable

FName

 

AllDevicesDefaultVariant

Holds the default variant name of "All devices" proxy.

Public variable

FString

 

AllDevicesName

Holds the name of "All devices" proxy.

Public variable

bool

 

Authorized

Holds a flag indicating whether the device is authorized.

Public variable

bool

 

Connected

Holds a flag indicating whether the device is currently connected.

Public variable

FName

 

DefaultVariant

Holds the variant name of the default device.

Public variable

FString

 

DeviceUser

Holds the name of the user that we log in to remote device as, i.e "root".

Public variable

FString

 

DeviceUserPassword

Holds the password of the user that we log in to remote device as, i.e "12345".

Public variable

FString

 

HostName

Holds the name of the host computer that the device is attached to.

Public variable

FString

 

HostUser

Holds the name of the user under which the host computer is running.

Public variable

FString

 

Make

Holds the make of the device, i.e. Microsoft or Sony.

Public variable

FString

 

Model

Holds the model of the device.

Public variable

FString

 

Name

Holds the human readable name of the device, i.e "Bob's XBox'.

Public variable

bool

 

Shared

Holds a flag indicating whether this device is shared with other users on the network.

Public variable

bool

 

SupportsMultiLaunch

Holds a flag indicating whether the device supports running multiple application instances in parallel.

Public variable

bool

 

SupportsPowerOff

Holds a flag indicating whether the device can be powered off.

Public variable

bool

 

SupportsPowerOn

Holds a flag indicating whether the device can be powered on.

Public variable

bool

 

SupportsReboot

Holds a flag indicating whether the device can be rebooted.

Public variable

bool

 

SupportsVariants

Holds a flag indicating whether the device's target platform supports variants.

Public variable

FString

 

Type

Holds the device type.

Public variable

TArray< FTarget...

 

Variants

List of the Flavors this service supports

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss