Navigation
Unreal Engine C++ API Reference > 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. |