ITargetDeviceProxy::HasTargetPlatform

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

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

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

Include

#include "ITargetDeviceProxy.h"

Syntax

bool HasTargetPlatform
(
    FName InTargetPlatformId
) const

Remarks

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

Returns

true if this device has a variant of the provided Target Platform .

Parameters

Parameter

Description

InTargetPlatformName

Target Platform Name for the target device to check for as a variant of this device.

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