IDesktopPlatform::EnumerateProjectsKnownByEngine

Finds all the projects which the engine (given by an identifier) has a record of.

Windows
MacOS
Linux

References

Module

DesktopPlatform

Header

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

Include

#include "IDesktopPlatform.h"

Syntax

bool EnumerateProjectsKnownByEngine
(
    const FString & Identifier,
    bool bIncludeNativeProjects,
    TArray< FString > & OutProjectFileNames
)

Remarks

Finds all the projects which the engine (given by an identifier) has a record of. This includes all the recently opened projects, projects in the default project directory, and so on.

Returns

Path to the folder

Parameters

Parameter

Description

Identifier

Identifier for the engine

bIncludeNat

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