I can Add An Particle Track To Sequencer With Python
particle_track = particle_component_binding.add_track(unreal.MovieSceneParticleTrack)
but I can’t Set Key on it
I can Add An Particle Track To Sequencer With Python
particle_track = particle_component_binding.add_track(unreal.MovieSceneParticleTrack)
but I can’t Set Key on it
Hi, facing the same issue, have you resolved it ? would really appreciate if you told me how
Install PyToolKit and use “Add Particle Trigger Key” Node
Looks like this is missing from the Sequencer Scripting API. I added the request to our backlog and hopefully we can tackle it for the next release.