I have done this to kill particles when they collide. But there is something weird.
In the main viewport or playing the game the particles aren’t being killed.
Inside a blueprint, if I insert some component with collision, in that blueprint viewport particles are being killed.
If I put this blueprint in the world, the particles ignore that collision again.
Is this a bug? At first I thought I was doing something wrong (and probably I am), but then, why inside the blueprint viewport are being killed?
Is there anyway to solve this?
Exactly same result. It only works inside the viewport of a blueprint. But it doesn’t work in the level viewport or ingame. (With “works” I mean that particles are killed when collide)
Edit: Now I am testing it using the 4.22.1 version, collision query now works as inteded and kills my particle but it is deprecated so now I have to deal with the new and more complex collision system and again my particles are not diying… >.<