I have multiple walls in my level, and if the character touch one of them, it will respawn. Today I use the On Actor hit for each wall but it does not seem very practical if I have 100 walls. I have something like that:
I was thinking of using tags to achieve that ? What do you guys think ? Is there any other practical way to do that ?