truong-bui / AsyncLoadingScreen

Async Loading Screen is a free and open-source plugin for Unreal Engine. Async Loading Screen allows you to easily configure a Loading Screen System in the project settings, and automatically add a Loading Screen whenever you open a new level, without Level Streaming.
https://www.unrealengine.com/marketplace/en-US/product/async-loading-screen
MIT License
787 stars 99 forks source link

How To convert project to C++ #40

Closed Thailoz closed 2 years ago

Thailoz commented 2 years ago

Hi by convert the project to C++ from BP are you revering to Nativizing under the package options in project settings?

truong-bui commented 2 years ago

Just add any c++ class but you don't need to convert the project to c++ to use plugins anymore. Just download and install the pre-built version on Marketplace via Epic Games Launcher.

Thailoz commented 2 years ago

Oh so just to clarify i can just package the game and it should work No C++ class needed

truong-bui commented 2 years ago

Yeah

Thailoz commented 2 years ago

Thankyou for the prompt replies