IDesktopPlatform::CleanGameProject

Cleans a game project. Removes the intermediate folder and binary build products.

Windows
MacOS
Linux

References

Module

DesktopPlatform

Header

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

Include

#include "IDesktopPlatform.h"

Syntax

bool CleanGameProject
(
    const FString & ProjectDir,
    FString & OutFailPath,
    FFeedbackContext * Warn
)

Remarks

Cleans a game project. Removes the intermediate folder and binary build products.

Parameters

Parameter

Description

ProjectDirName

Directory for the project

OutFileNames

Output array of the project's build products

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