Navigation
API > API/Developer > API/Developer/DesktopPlatform > API/Developer/DesktopPlatform/IDesktopPlatform > API/Developer/DesktopPlatform/IDesktopPlatform/RunUnrealBuildTool
References
| Module | DesktopPlatform |
| Header | /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h |
| Include | #include "IDesktopPlatform.h" |
bool RunUnrealBuildTool
(
const FText & Description,
const FString & RootDir,
const FString & Arguments,
FFeedbackContext * Warn,
int32 & OutExitCode
)
Remarks
Runs UnrealBuildTool with the given arguments. true if the task completed successfully.
Parameters
| Name | Description |
|---|---|
| Description | Task description for FFeedbackContext |
| RootDir | Engine root directory for the project to use. |
| Arguments | Parameters for UnrealBuildTool |
| Warn | Feedback context to use for progress updates |
| OutExitCode | Receives the process exit code |