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