ue4plugins / LoadingScreen

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

4.18 version? #29

Open Anahlira opened 6 years ago

Anahlira commented 6 years ago

Can someone tell me how to load it for 4.18 version?

christopheKohler commented 6 years ago

Latest version can work on 4.18. If not compiling, you need to fix the .cs file. The syntax have changed a little bit (get another plugin running on 4.18 and you will quickly understand what to update in cs, only one line to change).

Anahlira commented 6 years ago

I tried but the only thing it shows me is this message: message

micropsiano commented 6 years ago

Can you give us the line to changed? I'm trying compile.. but it tell me that the version compiled is 4.17 yet.

micropsiano commented 6 years ago

I have a solution:

1.- Close the Ue4 2.- Delete the folders interediate and binaries of the plugin folder 3.- Open the LoadingScree.uplugin with notepad and change "EngineVersion": "4.18.0", 4.- Generate visual studio files from (myproject.uproject) (press mouse rigth button) 5.- Compile 6.- Good luck!