ue4plugins / LoadingScreen

A plugin for Unreal Engine 4 to expose simple controls for managing load screens.
MIT License
504 stars 163 forks source link

4.27 #72

Open Inphidel opened 2 years ago

Inphidel commented 2 years ago

I was able to get this working via the following

Update LoadingScreen.uplugin "EngineVersion": "4.27",

Update LoadingScreen.Buid.cs to include: PublicDependencyModuleName.Add("DeveloperSettings");

Recompile the plugin

GambitFPS commented 2 years ago

thanks for sharing! that fixed my problem 👍🏻

ProudArts commented 5 months ago

Thank you!