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