Navigation
Unreal Engine C++ API Reference > Runtime > Projects > Interfaces > IProjectManager
References
Module | Projects |
Header | /Engine/Source/Runtime/Projects/Public/Interfaces/IProjectManager.h |
Include | #include "Interfaces/IProjectManager.h" |
bool QueryStatusForCurrentProject
(
FProjectStatus & OutProjectStatus
) const
Remarks
Gets status about the current project true if the file was successfully open and read
Parameters
Name | Description |
---|---|
OutProjectStatus | The status for the project. |