IDesktopPlatform::CleanGameProject

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

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

References

   
Module DesktopPlatform
Header /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h
Include #include "IDesktopPlatform.h"
bool CleanGameProject
(
    const [FString](API\Runtime\Core\Containers\FString) & ProjectDir,
    [FString](API\Runtime\Core\Containers\FString) & OutFailPath,
    [FFeedbackContext](API\Runtime\Core\Misc\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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library