IDesktopPlatform::RegisterEngineInstallation

Registers a directory as containing an engine installation

Windows
MacOS
Linux

References

Module

DesktopPlatform

Header

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

Include

#include "IDesktopPlatform.h"

Syntax

bool RegisterEngineInstallation
(
    const FString & RootDir,
    FString & OutIdentifier
)

Remarks

Registers a directory as containing an engine installation

Returns

true if the directory was added. OutIdentifier will be set to the assigned identifier.

Parameters

Parameter

Description

RootDir

Root directory for the engine installation

OutIdentifier

Identifier which is assigned to the engine

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