Setting up Android Launch Screens

Overview of setting up optional custom Android Launch screens for Android projects.

Choose your operating system:

Windows

macOS

Linux

Support for custom launch screens in Android projects is available inside the Project Settings under the Platforms/Android/Launch Images section. You can set the background, portrait, or landscape images used as well as whether or not the feature is enabled/disabled (refer to the table below for more information).

Launch Images Options

Option

Description

Download Background Vertical Image

Used as the background for OBB downloading when a device is in a vertical orientation.

Download Background Horizontal Image

Used as the background for OBB downloading when a device is in a horizontal orientation.

Launch Portrait

Used as a splash screen for applications with Portrait, Reverse Portrait, Sensor Portrait, Sensor or Full Sensor orientation.

Launch Landscape

Used as a splash screen for applications with Landscape, Sensor Landscape, Reverse Landscape, Sensor or Full Sensor orientation.

Show Launch Image

Shows the launch image as a startup splash screen. If enabled, either or both launch images selected for the project will be included depending on the orientation setting in the project.

You can change your application's orientation settings in Project Settings. Navigate to Platforms/Android/APK Packaging and click the Orientation dropdown to select what orientations you want to be valid for your application.

Orientation Settings Dropdown

Configuring Launch Images

To configure your project to use the Launch Images:

  1. Inside your project from the File menu, select Edit then select Project Settings .

    AndroidSplash1.png

    AndroidSplash1_Mac.png

  2. In the Project Settings , on the left under Platforms select Android to display the project settings for Android apps.

    AndroidSplash2.png

  3. Scroll down to the Launch Images section and make sure the Show launch image check box is enabled.

    AndroidSplash3.png

  4. Click the ... icon next to each image to open a browser where you can select your image from your computer.

    AndroidSplash4.png

  5. Once you have selected the images you want to use they will be added to the project and included during the startup splash screen.

    AndroidSplash5.png

Examples for portrait and landscape images may be found in the Engine/Build/Android/Java/res/drawable folder as PNG files.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss