Navigation
API > API/Developer > API/Developer/DesktopPlatform > API/Developer/DesktopPlatform/IDesktopPlatform
References
| Module | DesktopPlatform |
| Header | /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h |
| Include | #include "IDesktopPlatform.h" |
bool OpenProject
(
const FString & ProjectFileName
)
Remarks
Opens the given project with the appropriate editor. Tries to use the shell association. true if the project was opened successfully.
Parameters
| Name | Description |
|---|---|
| ProjectFileName | Filename of the project to update |