IProjectManager::LoadProjectFile

Loads the specified project file.

Windows
MacOS
Linux

References

Module

Projects

Header

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

Include

#include "Interfaces/IProjectManager.h"

Syntax

bool LoadProjectFile
(
    const FString & ProjectFile
)

Remarks

Loads the specified project file.

Returns

true if the project was loaded successfully, false otherwise.

Parameters

Parameter

Description

ProjectFile

The project file to load.

See Also

GetLoadedGameProjectFile

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