GameProjectUtils::GenerateCodeProjectFiles

Creates code project files for a new game project.

Windows
MacOS
Linux

References

Module

GameProjectGeneration

Header

/Engine/Source/Editor/GameProjectGeneration/Public/GameProjectUtils.h

Include

#include "GameProjectUtils.h"

Source

/Engine/Source/Editor/GameProjectGeneration/Private/GameProjectUtils.cpp

Syntax

static bool GenerateCodeProjectFiles
(
    const FString & ProjectFilename,
    FText & OutFailReason,
    FText & OutFailLog
)

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss