Navigation
API > API/Developer > API/Developer/TargetPlatform
Enumerates how the target device is connected
| Name | ETargetDeviceConnectionTypes |
| Type | enum |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h |
| Include Path | #include "Interfaces/ITargetDevice.h" |
Syntax
enum ETargetDeviceConnectionTypes
{
Unknown,
USB,
Wifi,
Ethernet,
Simulator,
Proprietary,
}
Values
| Name | Remarks |
|---|---|
| Unknown | It's unknown how the device is connected. |
| USB | The device is connected through USB. |
| Wifi | The device is connected via Wifi. |
| Ethernet | The device is connected via Ethernet. |
| Simulator | The device is running as a simulator on the current Editor. |
| Proprietary | The device is connected via a proprietary connection. |