Navigation
API > API/Developer > API/Developer/TargetDeviceServices > API/Developer/TargetDeviceServices/ITargetDeviceProxyManager
Description
Finds the device proxy for the specified target device id.
| Name | FindProxyDeviceForTargetDevice |
| Type | function |
| Header File | /Engine/Source/Developer/TargetDeviceServices/Public/ITargetDeviceProxyManager.h |
| Include Path | #include "ITargetDeviceProxyManager.h" |
TSharedPtr < ITargetDeviceProxy > FindProxyDeviceForTargetDevice
(
const FString & DeviceId
)
The device proxy, or nullptr if it couldn't be found.
Parameters
| Name | Remarks |
|---|---|
| DeviceId | The identifier of the target device to create the proxy for. |
See Also
-
GetProxies