Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Interfaces > API/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 & 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. |