Build configurations and packaging settings
In this section, we will see some of the settings available for build and packaging.
The Platforms submenu has the Packaging Settings option, which displays the Project - Packaging page with configuration options that can be modified.
The PACKAGING category contains a lot of technical options that can be used to optimize the packaging. The Build Configuration option defines how the build will be done. In Blueprint-only projects, you have two options: Development and Shipping. Development builds contain information that is used in debugging to help you find errors. Shipping builds are cleaner as they do not have debug information and should be used to create the final version of the game that will be distributed.
The Staging Directory property is used to define the folder where the packaged build will be stored. The For Distribution option is required when submitting...