Do you support Build Graph ?
I try to do CI, and reduce ue4 source size.
I download source from github, and start with this command : ./RunUAT.sh BuildCookRun -project=/myproject.uproject -noP4 -clientconfig=Development -serverconfig=Development -nocompileeditor -utf8output -server -serverplatform=Linux -noclient -build -cook -unversionedcookedcontent -compressed -stage -package -cmdline=" -Messaging" -addcmdline=“” -compile
without launch setup.sh script.
I have a lot of missing librairie error and useless librairie too. (with UAT tool)
So I think I must use a custom build engine (Linux) to cook my project
Am I wrong ?