ITargetDeviceProxy::GetVariants

Gets the list of variants this device supports

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

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

Include

#include "ITargetDeviceProxy.h"

Syntax

int32 GetVariants
(
    TArray< FName > & OutVariants
) const

Remarks

Gets the list of variants this device supports

Returns

The number of variants in the list.

Parameters

Parameter

Description

OutVariants

This list will be populated with the unique variant names.

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