ITargetDeviceProxy::GetTargetDeviceIds

Gets a list of device identifiers for an aggregate (All__devices_on_) proxy

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

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

Include

#include "ITargetDeviceProxy.h"

Syntax

const TSet< FString > & GetTargetDeviceIds
(
    FName InVariant
) const

Remarks

Gets a list of device identifiers for an aggregate (Alldevices_on_) proxy

Parameters

Parameter

Description

InVariant

name of the variant to return the device identifier for, If InVariant == NAME_None you'll get back the default target device identifiers.

OutDeviceIds

The list of device identifiers.

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