Navigation
API > API/Developer > API/Developer/TargetDeviceServices
Implements a message that is sent in response to target device service discovery messages.
| Name | FTargetDeviceServicePong |
| Type | struct |
| Header File | /Engine/Source/Developer/TargetDeviceServices/Public/TargetDeviceServiceMessages.h |
| Include Path | #include "TargetDeviceServiceMessages.h" |
Syntax
USTRUCT ()
struct FTargetDeviceServicePong
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Aggregated | bool | Flag for the "All devices" proxy. | TargetDeviceServiceMessages.h |
|
| AllDevicesDefaultVariant | FName | Holds the default variant name of "All devices" proxy. | TargetDeviceServiceMessages.h |
|
| AllDevicesName | FString | Holds the name of "All devices" proxy. | TargetDeviceServiceMessages.h |
|
| Architecture | FString | Holds the device architecture. | TargetDeviceServiceMessages.h |
|
| Authorized | bool | Holds a flag indicating whether the device is authorized. | TargetDeviceServiceMessages.h |
|
| Connected | bool | Holds a flag indicating whether the device is currently connected. | TargetDeviceServiceMessages.h |
|
| ConnectionType | FString | Holds the connection type. | TargetDeviceServiceMessages.h |
|
| DefaultVariant | FName | Holds the variant name of the default device. | TargetDeviceServiceMessages.h |
|
| DeviceUser | FString | Holds the name of the user that we log in to remote device as, i.e "root". | TargetDeviceServiceMessages.h |
|
| DeviceUserPassword | FString | Holds the password of the user that we log in to remote device as, i.e "12345". | TargetDeviceServiceMessages.h |
|
| HostName | FString | Holds the name of the host computer that the device is attached to. | TargetDeviceServiceMessages.h |
|
| HostUser | FString | Holds the name of the user under which the host computer is running. | TargetDeviceServiceMessages.h |
|
| Make | FString | Holds the make of the device, i.e. Microsoft or Sony. | TargetDeviceServiceMessages.h |
|
| Model | FString | Holds the model of the device. | TargetDeviceServiceMessages.h |
|
| Name | FString | Holds the human readable name of the device, i.e "Bob's XBox'. | TargetDeviceServiceMessages.h |
|
| OSVersion | FString | Holds the device OS Version. | TargetDeviceServiceMessages.h |
|
| Shared | bool | Holds a flag indicating whether this device is shared with other users on the network. | TargetDeviceServiceMessages.h |
|
| SupportsMultiLaunch | bool | Holds a flag indicating whether the device supports running multiple application instances in parallel. | TargetDeviceServiceMessages.h |
|
| SupportsPowerOff | bool | Holds a flag indicating whether the device can be powered off. | TargetDeviceServiceMessages.h |
|
| SupportsPowerOn | bool | Holds a flag indicating whether the device can be powered on. | TargetDeviceServiceMessages.h |
|
| SupportsReboot | bool | Holds a flag indicating whether the device can be rebooted. | TargetDeviceServiceMessages.h |
|
| SupportsVariants | bool | Holds a flag indicating whether the device's target platform supports variants. | TargetDeviceServiceMessages.h |
|
| Type | FString | Holds the device type. | TargetDeviceServiceMessages.h |
|
| Variants | TArray< FTargetDeviceVariant > | List of the Flavors this service supports | TargetDeviceServiceMessages.h |
|