Simple Damage Handler written in C++. This simple component is designed to easily handle many features of any damagable actor. Everything is ordered and commented, the system uses various features from Unreal Engine to get a complex damage value based on many variables that you can calibrate as you wish. Just add the component to your actor and setup the main nodes, assign a health variable and start using it!

Add media Report RSS DMGHandler: QuickStartup v1.0
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

Description

Simple Damage Handler written in C++. This simple component is designed to easily handle many features of any damagable actor. Everything is ordered and commented, the system uses various features from Unreal Engine to get a complex damage value based on many variables that you can calibrate as you wish. Just add the component to your actor and setup the main nodes, assign a health variable and start using it!