Navigation
Unreal Engine C++ API Reference > Developer > DesktopPlatform > IDesktopPlatform > RunUnrealBuildTool
References
Module | DesktopPlatform |
Header | /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h |
Include | #include "IDesktopPlatform.h" |
bool RunUnrealBuildTool ( const [FText](API\Runtime\Core\Internationalization\FText) & Description, const [FString](API\Runtime\Core\Containers\FString) & RootDir, const [FString](API\Runtime\Core\Containers\FString) & Arguments, [FFeedbackContext](API\Runtime\Core\Misc\FFeedbackContext) * Warn )
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 |