How do I see what UnrealBuildTool is doing?

How do I get UnrealBuildTool to print what it’s doing to stdout? e.g. I want to see the clang command lines to compile cpp files on linux. I want to see what commands it’s using to build (and I’d like to change them as well but that’s another story).

The undocumented? -verbose command (if it exists and isn’t just being ignored by faulty cmd line handling logic) doesn’t seem to do anything.

Is there any documentation for this? If so where abouts is it? … thank you

Hi, did you get any answer to this question? I have the exact same. Thanks.

Try running it in verbose mode, which “-verbose” option

Yep, works well. Thanks.