Navigation
API > API/Editor > API/Editor/GameProjectGeneration > API/Editor/GameProjectGeneration/GameProjectUtils
Description
Creates code project files for a new game project. On failure, OutFailReason and OutFailLog will be populated.
| Name | GenerateCodeProjectFiles |
| Type | function |
| Header File | /Engine/Source/Editor/GameProjectGeneration/Public/GameProjectUtils.h |
| Include Path | #include "GameProjectUtils.h" |
| Source | /Engine/Source/Editor/GameProjectGeneration/Private/GameProjectUtils.cpp |
static bool GenerateCodeProjectFiles
(
const FString & ProjectFilename,
FText & OutFailReason,
FText & OutFailLog
)