IDesktopPlatform::IsPreferredEngineIdentifier

Compares two identifiers and checks whether the first is preferred to the second.

Windows
MacOS
Linux

References

Module

DesktopPlatform

Header

/Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h

Include

#include "IDesktopPlatform.h"

Syntax

bool IsPreferredEngineIdentifier
(
    const FString & Identifier,
    const FString & OtherIdentifier
)

Remarks

Compares two identifiers and checks whether the first is preferred to the second.

Returns

true if Identifier is preferred over OtherIdentifier

Parameters

Parameter

Description

Identifier

First identifier

OtherIdentifier

Second identifier

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss