ITargetDeviceProxyManager::FindProxy

Finds the device proxy for the specified device name.

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

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

Include

#include "ITargetDeviceProxyManager.h"

Syntax

TSharedPtr< ITargetDeviceProxy > FindProxy
(
    const FString & Name
)

Remarks

Finds the device proxy for the specified device name.

Returns

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

Parameters

Parameter

Description

Name

The name of the 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