RunUAT args reference

Hi Guys

Is there a (more or less) complete reference of RunUAT command line arguments anywhere?

I’d like to get into build automation…

Cheers,
Michael

Bump…Any Devs?

If you check UnrealFrontend, it basically acts as a GUI to RunUAT, so just take the arguments it puts together as a reference to how it works.

Also I think you can run --help to get more parameters out of RunUAT - can’t tell you right now as I’m not at home to verify.

Hi Amigo

I checked that already…But you nudged me in the right direction, the “-list” command got me what I wanted :wink:

Cheers,
michael

1 Like

There is “-help” (only one - ) instead of “–help”, but as Michael pointed out, “-list” is the way to go.

Update : great resource here GitHub - botman99/ue4-unreal-automation-tool

3 Likes