How to add decals on collision on Niagara particles?

HI Guys I’m new here, Pls can you help me.
I want to make VFX like posion attack ( something like blood splatter ) and I don’t know how to make my particles become decal on collision.
I try to search on YouTube but I don’t find something similar or it was made in old versions ( my is 4.27 ).
Thank You

1 Like

You can try adding a component renderer with a decal component to your emitter. Enable it when your particle collides (make sure to disable the “only create components on particle spawn” option).

1 Like

Thank You

Hi, thanks for this! I am hoping someone could help a little more on this subject as I have done this and the I can get everything else to spawn on collide (sprite, mesh, etc) but for some reason my decals (decal component renderer) wont show up on collision. Could anyone suggest anything else I need to do to make them show up?