Unreal Multiplayer FPS #19 - Landmines with Replication
🕑 Added 2021-03-02 17:34:07 +0000 UTCIn this episode of unreal engine multiplayer first person shooter series, I am going to implement a landmine with replication support. When a character step on a landmine, it will explode and kill the character who stepped and also damage if there is any other character nearby. This event will be properly replicated from client to server, client to client and server to client in a multiplayer environment. We can use the same methodology to implement any trap with a proximity based trigger.
password=codelikeme_mines
Comments
Thilina Premasiri
to destroy by bullet, look into the way I implemented explosive barrels in tps series. you can use same onbullethit interface function on landmine as well. to destroy by physics object, you can call the same function i have used for explosion in onhit or onbegin overlap functions accordingly
hello thanks for this great tuto , could you explain how to make the landmine get destroy by bullet or grenade or even phisics object thank you so much