Can I exclude Android from RunUAT.bat's build/package command?

hi,
you can add -TargetPlatforms=Win64 (+SomethingElse to add more) to it and use a whitelist in Project.uproject in Modules “WhitelistPlatforms” : [ “Win64” ]

hope this helps you :slight_smile:

cheers :vulcan_salute:

1 Like