IDesktopPlatform::RunUnrealBuildTool

Runs UnrealBuildTool with the given arguments.

Windows
MacOS
Linux

References

Module

DesktopPlatform

Header

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

Include

#include "IDesktopPlatform.h"

Syntax

bool RunUnrealBuildTool
(
    const FText & Description,
    const FString & RootDir,
    const FString & Arguments,
    FFeedbackContext * Warn
)

Remarks

Runs UnrealBuildTool with the given arguments.

Returns

true if the task completed successfully.

Parameters

Parameter

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

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