GameProjectUtils::CreateProject

Creates the specified project file and all required folders.

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 CreateProject
(
    const FProjectInformation & InProjectInfo,
    FText & OutFailReason,
    FText & OutFailLog,
    TArray< FString > * OutCreatedFiles
)

Remarks

Creates the specified project file and all required folders. If TemplateFile is non-empty, it will be used as the template for creation. On failure, OutFailReason 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