FTargetDeviceId::operator!=

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

Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > FTargetDeviceId

References

   
Module TargetPlatform
Header /Engine/Source/Developer/TargetPlatform/Public/Interfaces/TargetDeviceId.h
Include #include "Interfaces/TargetDeviceId.h"
bool operator!=
(
    const [FTargetDeviceId](API\Developer\TargetPlatform\Interfaces\FTargetDeviceId) & Other
) const

Remarks

Compares this device identifier with the given device identifier for inequality. true if the identifiers are not equal, false otherwise.

Parameters

Name Description
Other The device identifier to compare with.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library