Navigation
API > API/Developer > API/Developer/DesktopPlatform > API/Developer/DesktopPlatform/IDesktopPlatform
References
| Module | DesktopPlatform |
| Header | /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h |
| Include | #include "IDesktopPlatform.h" |
bool EnumerateProjectsKnownByEngine
&40;
const FString & Identifier,
bool bIncludeNativeProjects,
TArray< FString > & OutProjectFileNames
&41;
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. Path to the folder
Parameters
| Name | Description |
|---|---|
| Identifier | Identifier for the engine |
| bIncludeNat |