IDesktopPlatform::InvokeUnrealBuildToolAsync

Launches UnrealBuildTool with the specified command line parameters

Windows
MacOS
Linux

References

Module

DesktopPlatform

Header

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

Include

#include "IDesktopPlatform.h"

Syntax

FProcHandle InvokeUnrealBuildToolAsync
(
    const FString & InCmdLineParams,
    FOutputDevice & Ar,
    void *& OutReadPipe,
    void *& OutWritePipe,
    bool bSkipBuildUBT
)

Remarks

Launches UnrealBuildTool with the specified command line parameters

Returns

process handle to the new UBT process

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