How to make a object deal damage

Hi im pretty new to ue5 and i am tryin gto make a multiplayer shooter game so i made it so my gun shoots this little sphere which acts like the bullet and that works fine i made it as a bp and im trying to make it so when it hits a player it deals damage to them not sure how

Unreal has specific functions to handle damage in Blueprints like ‘On Take Any Damage‘ or ‘Apply Damage‘

You might want to check the following:

1 Like