unreal.StereoLayerFunctionLibrary¶
- class unreal.StereoLayerFunctionLibrary(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
BlueprintFunctionLibraryStereoLayer Extensions Function Library
C++ Source:
Module: Engine
File: StereoLayerFunctionLibrary.h
- classmethod enable_auto_loading_splash_screen(auto_show_enabled) None¶
Enables/disables splash screen to be automatically shown when LoadMap is called.
- Parameters:
auto_show_enabled (bool) –
- classmethod hide_splash_screen() None¶
Hide the splash screen and return to normal display. deprecated: Please use Hide Loading Screen instead.