Making the enemies destructible
With detection possible with both sight and sound, you might now find it difficult to avoid being spotted by enemies. We will now turn our attention to the other side of gameplay balancing, and equip the player with the means of combating the enemies.
Saving time by reusing existing Blueprint content
Recall that in earlier chapters, we created enemy targets that the player could destroy after a couple of hits with a projectile. We want to give the player a similar ability to mitigate the threat provided by our new enemies. To do so, we can repurpose the Blueprint nodes we already created to handle damage taking and destruction.
Navigate to Content Browser, go inside the Blueprints folder, and open CylinderTarget_Blueprint. In the Event Graph, find the sequence of nodes that are triggered by the Event Hit node. Click and drag a selection box around every node in this sequence, ensuring that you don't miss any connected nodes. With all the nodes in this sequence...