ITargetDeviceProxyManager::FindProxyDeviceForTargetDevice

Finds the device proxy for the specified target device id.

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

/Engine/Source/Developer/TargetDeviceServices/Public/ITargetDeviceProxyManager.h

Include

#include "ITargetDeviceProxyManager.h"

Syntax

TSharedPtr< ITargetDeviceProxy > FindProxyDeviceForTargetDevice
(
    const FString & DeviceId
)

Remarks

Finds the device proxy for the specified target device id.

Returns

The device proxy, or nullptr if it couldn't be found.

Parameters

Parameter

Description

DeviceId

The identifier of the target device to create the proxy for.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss