Navigation
API > API/Developer > API/Developer/TargetDeviceServices > API/Developer/TargetDeviceServices/ITargetDeviceProxyManager
Description
Gets a list of proxies created by the device discovery, including the "All device" proxies
| Name | GetAllProxies |
| Type | function |
| Header File | /Engine/Source/Developer/TargetDeviceServices/Public/ITargetDeviceProxyManager.h |
| Include Path | #include "ITargetDeviceProxyManager.h" |
void GetAllProxies
(
FName TargetPlatformName,
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). |
| OutProxies | Will hold the list of devices found by the locator. |