Hi everyone,
I’m trying to figure out a way to add some different functionality to the tank death/switch to spectator mode shown in the course. My goal was to wait a few seconds on tank death (or after a mouse click/button press) and move to a mission failed screen.
I’m having trouble figuring out a way to get notice of the tank death in Blueprints, so I can move to the failed screen. For example, making the OnPlayerTankDeath() accessible in Blueprints has gone nowhere for me. Anyone have some examples of doing something more than just going to spectate mode in Battletank?