unitysamples / LyraStarterGame /Plugins /CommonLoadingScreen /Source /CommonStartupLoadingScreen /Private /CommonPreLoadScreen.cpp
| // Copyright Epic Games, Inc. All Rights Reserved. | |
| void FCommonPreLoadScreen::Init() | |
| { | |
| if (!GIsEditor && FApp::CanEverRender()) | |
| { | |
| EngineLoadingWidget = SNew(SCommonPreLoadingScreenWidget); | |
| } | |
| } | |