Navigation
Unreal Engine C++ API Reference > Developer > DesktopPlatform > IDesktopPlatform
References
Module | DesktopPlatform |
Header | /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h |
Include | #include "IDesktopPlatform.h" |
bool OpenProject ( const [FString](API\Runtime\Core\Containers\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 |