Hi!
Is it possible to turn on/off modules in emitter using blueprints/sequencer/Niagara user parameter??
I have an emitter where i NEED to have skeletal mesh location sampling in particle update. What i want to do is to blow this particles away from mesh at one point. In worst case scenario i will create another emitter and i will kill particles on first emitter and create and instantaneous blow particles on other but like i said- worst case scenario.
Hi and thank You for reply!!
More or less that is what Iâve tried. Problem is: they are particles on a moving character and in one point i want them to just fall off to the ground. Iâve created a gravity mode, inherid velocity, collision etc and bind them to a user param which i was changing from sequencer. At a given moment they fell off to the ground BUT as a character move, this movement was still transfered to partiiclesâŠ
its already not in local space
by moving character I am not talking that i am moving asset on lvl but, this is a walking character who move head, hands etc and that movement is visible on falling particles.
Ok, so you need static mesh location in spawn. Then you can use gravity and stop spawning, and they all will drop. ( Iâm thinking you have mesh location in update? )
Yes⊠this is why i have this problem. i event said it in first post but apparently it was not clear enough. sorry. Hmm maybe i just donât understand your idea but isnât that much different from just having another emitter or system that would spawn new fx and let the original die in the same moment?
If you have the static mesh location in the spawn section ( not update ), when you stop spawning the particles and give them gravity, they will just fall to the floor, and no longer follow the mesh.
hi! sorry for few days lag in reply. interesting idea⊠will try it. but one more thing: i am spawning then only once. on the beginning. particles are âgluedâ to surface since frame one.
I got it to work with spawning once, but you have to put the module in update for when the mesh moves. Then when you add gravity, the particles slide down, not great.
Probably the easiest way is to just kill the âbondingâ system, and just spawn a one-off âdrop to the floorâ system.