Beat syncing in between 1-2-3-4

Hey,

I have a blueprint that triggers events on the main beats of 1-2-3-4.

But say I want to trigger something in between those beats so it would be 1-&-2-&-3-&-4.

OnTimelineBeat seems to only print out 1-2-3-4, so is the above possible?

Thanks,
David

We don’t generate timeline events on half beats, so that is not directly possible. You could use the main beat event with a blueprint delay node to get the half beat though.

Wow, I don’t know why I didn’t think of that. Thanks!