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.
opening project
< 671D svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true">- Right click on .uproject file and Generate Project Files
- Open .sln in your IDE
- Launch