Navigation
Unreal Engine C++ API Reference > Developer > DesktopPlatform > IDesktopPlatform
References
Module | DesktopPlatform |
Header | /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h |
Include | #include "IDesktopPlatform.h" |
bool EnumerateProjectsKnownByEngine ( const [FString](API\Runtime\Core\Containers\FString) & Identifier, bool bIncludeNativeProjects, [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\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. Path to the folder
Parameters
Name | Description |
---|---|
Identifier | Identifier for the engine |
bIncludeNat |