Navigation
API > API/Runtime > API/Runtime/Projects > API/Runtime/Projects/IProjectManager
Description
Loads the specified project file.
| Name | LoadProjectFile |
| Type | function |
| Header File | /Engine/Source/Runtime/Projects/Public/Interfaces/IProjectManager.h |
| Include Path | #include "Interfaces/IProjectManager.h" |
bool LoadProjectFile
(
const FString & ProjectFile
)
true if the project was loaded successfully, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| ProjectFile | The project file to load. |
See Also
- GetLoadedGameProjectFile