IDesktopPlatform::GetEngineRootDirFromIdentifier

Returns the identifier for the engine with the given root directory.

Windows
MacOS
Linux

References

Module

DesktopPlatform

Header

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

Include

#include "IDesktopPlatform.h"

Syntax

bool GetEngineRootDirFromIdentifier
(
    const FString & Identifier,
    FString & OutRootDir
)

Remarks

Returns the identifier for the engine with the given root directory.

Parameters

Parameter

Description

RootDirName

Root directory for the engine.

OutIdentifier

Identifier used to refer to this installation.

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