IProjectManager::QueryStatusForProject

Gets status about the specified project

Windows
MacOS
Linux

References

Module

Projects

Header

/Engine/Source/Runtime/Projects/Public/Interfaces/IProjectManager.h

Include

#include "Interfaces/IProjectManager.h"

Syntax

bool QueryStatusForProject
(
    const FString & FilePath,
    FProjectStatus & OutProjectStatus
) const

Remarks

Gets status about the specified project

Returns

true if the file was successfully open and read

Parameters

Parameter

Description

FilePath

The filepath where the project is stored.

OutProjectStatus

The status for the project.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss