Navigation
Unreal Engine C++ API Reference > Developer > DesktopPlatform > IDesktopPlatform
References
Module | DesktopPlatform |
Header | /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h |
Include | #include "IDesktopPlatform.h" |
bool IsPreferredEngineIdentifier
&40;
const FString & Identifier,
const FString & OtherIdentifier
&41;
Remarks
Compares two identifiers and checks whether the first is preferred to the second. true if Identifier is preferred over OtherIdentifier
Parameters
Name | Description |
---|---|
Identifier | First identifier |
OtherIdentifier | Second identifier |