How to use Explosions and Shrapnel

This page covers how to use the features of the plugin in blueprints. The logic in C++ should be the same.

For Shrapnel:

This is a feature that lets you simulate shrapnel from explosions. its very simple to use

  1. Assign the values to the Grenade section as shown in the screenshot

  1. Call the Shrapnel Explosion node upon the Hit event of your grenade projectile

  1. Optionally, there is a basic shrapnel explosion that uses a sphere trace instead of individual line traces. it may be more performant and better for mobile/VR games.

  2. That's it, you should now have explosions. Ensure you also enable damage, destruction, impact effects, and anything else you want it to have. Shrapnels use line traces.

Need further support? Join the discord

We have a Discord that is open to everyone for support, You can join it here: https://discord.gg/GXZ7c74sTm

Last updated