FTargetDeviceId::operator==

Compares this device identifier with the given device identifier for equality.

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

/Engine/Source/Developer/TargetPlatform/Public/Interfaces/TargetDeviceId.h

Include

#include "Interfaces/TargetDeviceId.h"

Syntax

bool operator==
(
    const FTargetDeviceId & Other
) const

Remarks

Compares this device identifier with the given device identifier for equality.

Returns

true if the identifiers are equal, false otherwise.

Parameters

Parameter

Description

Other

The device identifier to compare with.

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