Summary
Unreal C++ is easy to learn compared to actual C++. This is because the programming wizards at Epic Games implemented so many features that makes writing Unreal C++ fun! You can extend what you learned from this chapter by including Armor system, Stamina system, and so on for your character. By incorporating UMG and Blueprints, you can show a HUD that shows player health and maybe a small warning system that pops up when the player's health goes below 50. In the next chapter, you will learn how to package a project for shipping.