
594 Game Development and Simulation with Unreal Technology
In the next tutorial we w ill implement th e player dama ge functionalities.
FIND ON THE WEBSITE
To find updates to this tutorial and upda te d instructions about its implementa-
tion on othe r UE4 versions, p le ase visit the book’s companion Website at:
http://www.RVRLAB.com/UE4Book/
TUTORIAL 9.9 The Player Damage Implementation
In this tutorial we will implement the player damage functionality. We will
calculate the amou nt of damage caused on the player and apply the damag e. We
will also implement the projectile damage function ality in this tutorial.
CALCULATING DAMAGE ON PLAYER
First, let ...