GameProjectUtils::GenerateCodeProjectFiles

Creates code project files for a new game project.

Unreal Engine C++ API Reference > Editor > GameProjectGeneration > GameProjectUtils

References

   
Module GameProjectGeneration
Header /Engine/Source/Editor/GameProjectGeneration/Public/GameProjectUtils.h
Include #include "GameProjectUtils.h"
Source /Engine/Source/Editor/GameProjectGeneration/Private/GameProjectUtils.cpp
static bool GenerateCodeProjectFiles
(
    const [FString](API\Runtime\Core\Containers\FString) & ProjectFilename,
    [FText](API\Runtime\Core\Internationalization\FText) & OutFailReason,
    [FText](API\Runtime\Core\Internationalization\FText) & OutFailLog
)

Remarks

Creates code project files for a new game project. On failure, OutFailReason and OutFailLog will be populated.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library