UStereoLayerFunctionLibrary::EnableAutoLoadingSplashScreen

Enables/disables splash screen to be automatically shown when LoadMap is called.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/StereoLayerFunctionLibrary.h

Include

#include "Kismet/StereoLayerFunctionLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/StereoLayerFunctionLibrary.cpp

Syntax

static void EnableAutoLoadingSplashScreen
(
    bool InAutoShowEnabled
)

Remarks

Enables/disables splash screen to be automatically shown when LoadMap is called.

Parameters

Parameter

Description

bAutoShowEnabled

(in) True, if automatic showing of splash screens is enabled when map is being loaded.

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