Navigation
API > API/Developer > API/Developer/TargetDeviceServices > API/Developer/TargetDeviceServices/ITargetDeviceProxyManager
References
| Module | TargetDeviceServices |
| Header | /Engine/Source/Developer/TargetDeviceServices/Public/ITargetDeviceProxyManager.h |
| Include | #include "ITargetDeviceProxyManager.h" |
void GetProxies
&40;
FName TargetPlatformName,
bool IncludeUnshared,
TArray< TSharedPtr< ITargetDeviceProxy >> & OutProxies
&41;
Remarks
Gets a list of devices found by the device discovery.
Parameters
| Name | Description |
|---|---|
| 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. |