ue4plugins / LoadingScreen

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

How to work with C++ code #8

Open YevhenA opened 7 years ago

YevhenA commented 7 years ago

Hello I think that your plugin is very cool, but I don't know how to use it in my project with c++ code. I am using your plugin as a project plug-in (clone this repository into my project's /Plugins directory). Please advice.

FinalSparkGamestudios commented 7 years ago

You have to update your project to c++ by adding a new sample class to it. Then you add the plugin into your plugins folder and recompile your project. It's simple.