IDesktopPlatform::GenerateProjectFiles

Generates project files for the given project.

Windows
MacOS
Linux

References

Module

DesktopPlatform

Header

/Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h

Include

#include "IDesktopPlatform.h"

Syntax

bool GenerateProjectFiles
(
    const FString & RootDir,
    const FString & ProjectFileName,
    FFeedbackContext * Warn,
    FString LogFilePath
)

Remarks

Generates project files for the given project.

Returns

true if project files were generated successfully.

Parameters

Parameter

Description

RootDir

Engine root directory for the project to use.

ProjectFileName

Filename of the project to update

Warn

Feedback context to use for progress updates

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