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 GetAllProxies
&40;
FName TargetPlatformName,
TArray< TSharedPtr< ITargetDeviceProxy >> & OutProxies
&41;
Remarks
Gets a list of proxies created by the device discovery, including the "All device" proxies
Parameters
| Name | Description |
|---|---|
| PlatformName | The the name of the target platform to get proxies for (or empty string for all proxies). |
| OutProxies | Will hold the list of devices found by the locator. |