Navigation
API > API/Developer > API/Developer/TargetDeviceServices > API/Developer/TargetDeviceServices/ITargetDeviceProxyManager
Description
Gets a list of devices found by the device discovery.
| Name | GetProxies |
| Type | function |
| Header File | /Engine/Source/Developer/TargetDeviceServices/Public/ITargetDeviceProxyManager.h |
| Include Path | #include "ITargetDeviceProxyManager.h" |
void GetProxies
(
FName TargetPlatformName,
bool IncludeUnshared,
TArray < TSharedPtr < ITargetDeviceProxy > > & OutProxies
)
Parameters
| Name | Remarks |
|---|---|
| PlatformName | The the name of the target platform to get proxies for (or empty string for all proxies). |
| IncludeUnshared | Whether to include devices that are not being shared with the local user. |
| OutProxies | Will hold the list of devices found by the locator. |