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 QueryStatusForProject
&40;
const FString & FilePath,
FProjectStatus & OutProjectStatus
&41; const
Remarks
Gets status about the specified project true if the file was successfully open and read
Parameters
| Name | Description |
|---|---|
| FilePath | The filepath where the project is stored. |
| OutProjectStatus | The status for the project. |