IDesktopPlatform::GetDefaultEngineIdentifier

Gets the identifier for the default engine. This will be the newest installed engine.

Windows
MacOS
Linux

References

Module

DesktopPlatform

Header

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

Include

#include "IDesktopPlatform.h"

Syntax

bool GetDefaultEngineIdentifier
(
    FString & OutIdentifier
)

Remarks

Gets the identifier for the default engine. This will be the newest installed engine.

Returns

true if OutIdentifier is valid.

Parameters

Parameter

Description

OutIdentifier

String to hold to the default engine's 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