Navigation
API > API/Developer > API/Developer/DesktopPlatform > API/Developer/DesktopPlatform/IDesktopPlatform
References
| Module | DesktopPlatform |
| Header | /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h |
| Include | #include "IDesktopPlatform.h" |
bool CleanGameProject
(
const FString & ProjectDir,
FString & OutFailPath,
FFeedbackContext * Warn
)
Remarks
Cleans a game project. Removes the intermediate folder and binary build products.
Parameters
| Name | Description |
|---|---|
| ProjectDirName | Directory for the project |
| OutFileNames | Output array of the project's build products |