ITargetDeviceProxy::HasDeviceId

Checks whether this device proxy contains a variant for the provided target device.

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

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

Include

#include "ITargetDeviceProxy.h"

Syntax

bool HasDeviceId
(
    const FString & InDeviceId
) const

Remarks

Checks whether this device proxy contains a variant for the provided target device.

Returns

true if this device has a variant of the provided DeviceId.

Parameters

Parameter

Description

InDeviceId

DeviceId to check for a variant.

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