Navigation
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 equality. true if the identifiers are equal, false otherwise.
Parameters
Name | Description |
---|---|
Other | The device identifier to compare with. |