Description

We encountered this problem too after upgrading to 4.15. It's caused by a timing problem when showing/hiding the async loading splash screen, so we only found it when loading maps in standalone that included streamed sublevels.

FAsyncLoadingSplash::OnLoadingBegins() tells Oculus to show it's splash screen (black screen), then bAutoShow is set to false in FHeadMountedDisplay::UpdateSplashScreen(), meaning that when FAsyncLoadingSplash::OnLoadingEnds() is called, it skips hiding the splash screen again.

You can work around this by adding an extra check to OnLoadingEnds():

if (bAutoShow || LoadingStarted)

Steps to Reproduce

Requesting info from licensee

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-43795 in the post.

0
Login to Vote

Non-Issue
ComponentUE - Platform - XR
Affects Versions4.15
CreatedApr 10, 2017
ResolvedJan 3, 2019
UpdatedSep 16, 2019