IDesktopPlatform::EnumerateProjectsKnownByEngine

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

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  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library