Native method
FGBAScaffoldUtils::
GenerateBasicSourceCode#
public:
static
bool
GenerateBasicSourceCode(
)
const FString& NewProjectSourcePath,
const FString& NewProjectName,
TArray<FString>& OutGeneratedStartupModuleNames,
TArray<FString>& OutCreatedFiles,
FText& OutFailReason
const FString& NewProjectName,
TArray<FString>& OutGeneratedStartupModuleNames,
TArray<FString>& OutCreatedFiles,
FText& OutFailReason
Creates the basic source code for a new project. On failure, OutFailReason will be populated.
Parameters#
-
const FString& NewProjectSourcePath
-
const FString& NewProjectName
-
TArray<FString>& OutGeneratedStartupModuleNames
-
TArray<FString>& OutCreatedFiles
-
FText& OutFailReason