Anim Notifies on a Timeline

Hello, im doing some basic animation with a timeline curve.

I really like how the montages handle the “Anim-Notifies” to trigger an execution on notify begin and notify end. but in this case i dont want to use a montage since the animation is about changing material parameters.

I would like to recreate something similar with a timeline, for example :

  • when the timeline curve is at T: 0,50 fire the X event

  • when the timelime is at 1:00 fire the Y event.

All of that while keeping the “On Finished” execution.

Would that be possible somehow ?

You can use the Event Track in a Timeline to execute events at specific times.

Each event track you add to the timeline will create an Execution Pin in the Timeline node, which will be execute for every key in that track.

1 Like

I feel stupid now, that’s exactly what i was looking for, no idea how i missed this.
Thanks a lot !

1 Like