UOculusFunctionLibrary::HideLoadingSplashScreen

Hides loading splash screen.

Windows
MacOS
Linux

Deprecated

References

Module

OculusHMD

Header

/Engine/Plugins/Runtime/Oculus/OculusVR/Source/OculusHMD/Public/OculusFunctionLibrary.h

Include

#include "OculusFunctionLibrary.h"

Source

/Engine/Plugins/Runtime/Oculus/OculusVR/Source/OculusHMD/Private/OculusFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="OculusLibrary",
          Meta=(DeprecatedFunction, DeprecationMessage="UOculusFunctionLibrary::HideLoadingSplashScreen has been deprecated and no longer functions as before. Use the generic UStereoLayerFunctionLibrary::HideSplashScreen instead"))
static void HideLoadingSplashScreen
(
    bool bClear
)

Remarks

Hides loading splash screen.

Parameters

Parameter

Description

bClear

(in) Clear all splash screens after hide.

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