Navigation
API > API/Developer > API/Developer/DesktopPlatform > API/Developer/DesktopPlatform/IDesktopPlatform
References
| Module | DesktopPlatform |
| Header | /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h |
| Include | #include "IDesktopPlatform.h" |
bool IsPreferredEngineIdentifier
(
const FString & Identifier,
const FString & OtherIdentifier
)
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 |