IXRLoadingScreen::ShowLoadingScreen_Compat

Internal utility method for implementing backwards compatibility with IStereoLayers::Show/HideSplashScreen.

Windows
MacOS
Linux

References

Module

HeadMountedDisplay

Header

/Engine/Source/Runtime/HeadMountedDisplay/Public/IXRLoadingScreen.h

Include

#include "IXRLoadingScreen.h"

Source

/Engine/Source/Runtime/HeadMountedDisplay/Private/IXRLoadingScreen.cpp

Syntax

static void ShowLoadingScreen_Compat
(
    bool bShow,
    FTexture2DRHIRef Texture,
    const FVector & Offset,
    const FVector2D & Scale
)

Remarks

Internal utility method for implementing backwards compatibility with IStereoLayers::Show/HideSplashScreen. Should be called from implementations overriding IStereoLayer::UpdateSplashScreen()

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