Navigation
Unreal Engine C++ API Reference > Developer > TargetDeviceServices > ITargetDeviceProxyManager
References
Module | TargetDeviceServices |
Header | /Engine/Source/Developer/TargetDeviceServices/Public/ITargetDeviceProxyManager.h |
Include | #include "ITargetDeviceProxyManager.h" |
TSharedPtr< ITargetDeviceProxy > FindProxyDeviceForTargetDevice
&40;
const FString & DeviceId
&41;
Remarks
Finds the device proxy for the specified target device id. The device proxy, or nullptr if it couldn't be found.
Parameters
Name | Description |
---|---|
DeviceId | The identifier of the target device to create the proxy for. |