ITargetDeviceProxyManager::GetAllProxies

Gets a list of proxies created by the device discovery, including the "All device" proxies

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

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

Include

#include "ITargetDeviceProxyManager.h"

Syntax

void GetAllProxies
(
    FName TargetPlatformName,
    TArray< TSharedPtr< ITargetDeviceProxy >> & OutProxies
)

Remarks

Gets a list of proxies created by the device discovery, including the "All device" proxies

Parameters

Parameter

Description

PlatformName

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

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