August 2019
Intermediate to advanced
380 pages
9h 17m
English
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 Content/FirstPersonBP/Blueprints folder, and open CylinderTarget_Blueprint. In 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 selected, ...
Read now
Unlock full access