ITargetDeviceProxyManager::GetProxies

Gets a list of devices found by the device discovery.

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

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

Include

#include "ITargetDeviceProxyManager.h"

Syntax

void GetProxies
(
    FName TargetPlatformName,
    bool IncludeUnshared,
    TArray< TSharedPtr< ITargetDeviceProxy >> & OutProxies
)

Remarks

Gets a list of devices found by the device discovery.

Parameters

Parameter

Description

PlatformName

The the name of the target platform to get proxies for (or empty string for all proxies).

IncludeUnshared

Whether to include devices that are not being shared with the local user.

OutProxies

Will hold the list of devices found by the locator.

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