IDesktopPlatform::OpenProject

Opens the given project with the appropriate editor. Tries to use the shell association.

Windows
MacOS
Linux

References

Module

DesktopPlatform

Header

/Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h

Include

#include "IDesktopPlatform.h"

Syntax

bool OpenProject
(
    const FString & ProjectFileName
)

Remarks

Opens the given project with the appropriate editor. Tries to use the shell association.

Returns

true if the project was opened successfully.

Parameters

Parameter

Description

ProjectFileName

Filename of the project to update

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