IDesktopPlatform::InvokeUnrealBuildToolSync

Invokes 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 InvokeUnrealBuildToolSync
(
    const FString & InCmdLineParams,
    FOutputDevice & Ar,
    bool bSkipBuildUBT,
    int32 & OutReturnCode,
    FString & OutProcOutput
)

Remarks

Invokes UnrealBuildTool with the given arguments

Returns

true if tool was invoked properly

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