GameProjectUtils::GenerateBasicSourceCode

Creates the basic source code for a new project. On failure, OutFailReason will be populated.

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 GenerateBasicSourceCode
(
    TArray< FString > & OutCreatedFiles,
    FText & OutFailReason
)

Remarks

Creates the basic source code for a new project. 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