IDesktopPlatform::GenerateProjectFiles

Generates project files for the given project.

Unreal Engine C++ API Reference > Developer > DesktopPlatform > IDesktopPlatform

References

   
Module DesktopPlatform
Header /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h
Include #include "IDesktopPlatform.h"
bool GenerateProjectFiles
(
    const [FString](API\Runtime\Core\Containers\FString) & RootDir,
    const [FString](API\Runtime\Core\Containers\FString) & ProjectFileName,
    [FFeedbackContext](API\Runtime\Core\Misc\FFeedbackContext) * Warn,
    [FString](API\Runtime\Core\Containers\FString) LogFilePath
)

Remarks

Generates project files for the given project. true if project files were generated successfully.

Parameters

Name 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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library