IDesktopPlatform::InvokeUnrealBuildToolAsync

Launches UnrealBuildTool with the specified command line parameters

Unreal Engine C++ API Reference > Developer > DesktopPlatform > IDesktopPlatform

References

   
Module DesktopPlatform
Header /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h
Include #include "IDesktopPlatform.h"
[FProcHandle](API\Runtime\Core\Unix\FProcHandle) InvokeUnrealBuildToolAsync
(
    const [FString](API\Runtime\Core\Containers\FString) & InCmdLineParams,
    [FOutputDevice](API\Runtime\Core\Misc\FOutputDevice) & Ar,
    void *& OutReadPipe,
    void *& OutWritePipe,
    bool bSkipBuildUBT
)

Remarks

Launches UnrealBuildTool with the specified command line parameters process handle to the new UBT process


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library