Hello,
I am attempting to create a similar effect to the blood splatter in Death’s Door. I am creating a Niagara effect to do so. The effect is when an enemy gets hit there is a blood pattern that gets ejected and a droplet(s) that will spawn as well. These droplets have a trial and when they hit a surface a pool of blood appears.
Here is a Youtube link to the combat and effect in Death’s Door:
I have been able to get the systems foundation working but the Blood Droplet does not always spawn the blood pool decal when a collision is detected.
What could be causing an inconsistent result? I have tried:
- Two setting for the Radius Calculation Type (Sprite & Mesh). For Mesh I use Mesh Dimensions that are larger than the Blood Droplet mesh size and even tried small values that were barley visible. When I used the sprite calculation type I also used large values and a small values. Neither provided a change in consistency.
- My setup uses a Kill Particles Module when a collision is detected so that the droplet disappears when it hits a surface and then the decal spawns. I have tried removing this module and it will still not spawn the decal consistently. When the Kill Particles module is off the mesh will bounce and collided multiple times and not spawn any decal on any of the hits if the first collision did not spawn a decal. If the first hit spawned a decal then the subsequent collisions will also spawn a decal.
- I changed the values for the Decal Emitter under the Event Handler Properties module. I change the Max Events Per Frame to different values. from 1 to 512 and it would still produce inconsistent results.
- In the Receive Collision Event module I have changed the bool values of the Interpolate Spawned Positions and the Reflect Incoming Velocity Around Collision Normal
- I have double checked the Decal Attributes to make sure that the minimum size is not to small when it spawns.
- I also tried different meshes for the floor, walls and surfaces to make sure it wasn’t the meshes I am using that are causing some sort of collision detection issue. I have tried using cubes, planes and different meshes and it still leads to inconsistent decal spawning.
- I also used the default decal material to make sure it wasn’t an issue with my blood decal.
- For the collision trace channel I used different settings such as World Static and even a custom Trace Response Channel called BloodHit. This didn’t change the spawning’s consistency
- Lastly, to ensure that the decal was not spawning and was not just spawning with an incorrect rotation causing it to look like it didn’t spawn, I replaced the Decal Renderer with a Sprite Renderer and the same issue persisted. With some of the collisions the sprite would spawn and other times it would not.
Video Example of inconsistent blood pool decal spawning
Blood Droplet Emitter Settings & Module
Blood Trail Emitter Settings & Modules
BloodPool Emitter Settings & Modules
Any suggestions to get the decal to spawn on every hit detection of the Blood Droplet? Thank you!


