Hello All! So I was trying to create a time rewind mechanic similar to the one in prince of persia games where holding down a button will rewind upto 8 seconds of time. There is a really cool plugin for Unity called ‘Chronos’ which does exactly that but nothing for UE yet that I know of. So far I got the physics part working. Now I am trying to get the particle systems to play in reverse.
Things I have tried so far:
First thing that needed to be done was to set the ‘determinism’ to true in the niagara system.
I tried to use the ‘advance simulation by time’ node but it only takes positive values and ignores the negatives.
I see there is a node called ‘seek to desired age’ which sounds like it might get the job done but I wasn’t able to figure out how to use it so far. when I call it, it doesn’t appear to do anything.
Does anyone has any ideas on how to go about it?