UE4 UOculusFunctionLibrary::ShowLoadingSplashScreen. showing splash for a short time only
0 I'm trying to use UOculusFunctionLibrary::ShowLoadingSplashScreen with unreal 4.14.2 to show a loading screen, I do this like so.... // Clear and add a loading screen to show UOculusFunctionLibrary::AddLoadingSplashScreen( textureToShow, FVector(100.0f, 0.0f, 0.0f), FRotator(0.0f), FVector2D(ImageScale* 1.777f, ImageScale), FRotator::ZeroRotator, true); // Show that loading screen UOculusFunctionLibrary::ShowLoadingSplashScreen(); This appears to show the loading screen for less than a second, the 'loading screen' then disappears leaving just black. Can you point me at documentation, or advise what might be the issue? Many thanks in advance, Ian.1.2KViews1like5Comments