In this article, I will share the header file (.h) of a PickupBaseActor class that I wrote for my third-person shooting action game. This class serves as a base class for various types of pickups such as health, armor, quest items, and more. Developers can easily expand this into a .cpp file and add their […]
- Home
- Tag Archives: Actor classes in Unreal Engine