Navigation
API > API/Runtime > API/Runtime/HeadMountedDisplay > API/Runtime/HeadMountedDisplay/IXRLoadingScreen
Description
Internal utility method for implementing backwards compatibility with IStereoLayers::Show/HideSplashScreen. Should be called from implementations overriding IStereoLayer::UpdateSplashScreen()
| Name | ShowLoadingScreen_Compat |
| Type | function |
| Header File | /Engine/Source/Runtime/HeadMountedDisplay/Public/IXRLoadingScreen.h |
| Include Path | #include "IXRLoadingScreen.h" |
| Source | /Engine/Source/Runtime/HeadMountedDisplay/Private/IXRLoadingScreen.cpp |
static void ShowLoadingScreen_Compat
(
bool bShow,
FTextureRHIRef Texture,
const FVector & Offset,
const FVector2D & Scale
)