Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet > UStereoLayerFunctionLibrary
Deprecated * We don't recommend using Auto Show Loading Screen any longer, and it will be removed in a future update.
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 |
static void EnableAutoLoadingSplashScreen
&40;
bool InAutoShowEnabled
&41;
Remarks
Enables/disables splash screen to be automatically shown when LoadMap is called.
Parameters
Name | Description |
---|---|
bAutoShowEnabled | (in) True, if automatic showing of splash screens is enabled when map is being loaded. |