IDesktopPlatform::EnumerateEngineInstallations

Enumerates all the registered engine installations.

Windows
MacOS
Linux

References

Module

DesktopPlatform

Header

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

Include

#include "IDesktopPlatform.h"

Syntax

void EnumerateEngineInstallations
(
    TMap< FString, FString > & OutInstallations
)

Remarks

Enumerates all the registered engine installations.

Parameters

Parameter

Description

OutInstallations

Map of identifier/root-directory pairs for all known installations. Identifiers are typically version strings for canonical UE4 releases or GUID strings for GitHub releases.

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