ITargetDeviceProxyManager::FindOrAddProxy

Finds or adds a 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

TSharedRef< ITargetDeviceProxy > FindOrAddProxy
(
    const FString & Name
)

Remarks

Finds or adds a device proxy for the specified device name.

Returns

The device proxy.

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