Navigation
API > API/Editor > API/Editor/GameProjectGeneration > API/Editor/GameProjectGeneration/FGameProjectGenerationModule
Description
Opens the specified project, if it exists. Returns true if the project file is valid. On failure, OutFailReason will be populated.
| Name | OpenProject |
| Type | function |
| Header File | /Engine/Source/Editor/GameProjectGeneration/Public/GameProjectGenerationModule.h |
| Include Path | #include "GameProjectGenerationModule.h" |
| Source | /Engine/Source/Editor/GameProjectGeneration/Private/GameProjectGenerationModule.cpp |
virtual bool OpenProject
(
const FString & InProjectFile,
FText & OutFailReason
)