This project was made using Unreal Engine v5.1.0 both in C++ and Blueprints.
Most BP class files have a C++ parent class that implement some functionality to cut down on Blueprint code as much as possible. This is done to help with version control and performance.
- Right click on .uproject file and Generate Project Files
- Open .sln in your IDE
- Launch