Navigation
API > API/Editor > API/Editor/GameProjectGeneration > API/Editor/GameProjectGeneration/FGameProjectGenerationModule
Description
Updates the currently loaded project. Returns true if the project was updated successfully or if no update was needed
| Name | UpdateGameProject |
| 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 UpdateGameProject
(
const FString & ProjectFile,
const FString & EngineIdentifier,
FText & OutFailReason
)