Add -allplatforms option to docs

This commit is contained in:
Steve Streeting 2023-06-29 11:42:46 +01:00
parent 06388fb283
commit 27a9659924

View File

@ -12,10 +12,11 @@ specified in the .uplugin file.
Usage: Usage:
ue-build-plugin.ps1 [[-src:]sourcefolder] [Options] ue-build-plugin.ps1 [[-src:]sourcefolder] [Options]
-src : Source folder (current folder if omitted) -src : Source folder (current folder if omitted)
: (should be root of project) : (should be root of project)
-dryrun : Don't perform any actual actions, just report on what you would do -allplatforms : Build for all platforms, not just the current one
-help : Print this help -dryrun : Don't perform any actual actions, just report on what you would do
-help : Print this help
Environment Variables: Environment Variables:
UEINSTALL : Use a specific Unreal install. UEINSTALL : Use a specific Unreal install.