I would like to be able to add a custom function to my AnimNotifyState which fires at a specified time within it’s range. I have two AnimNotifyState’s which are directly related and I would like to combine them into 1 instead of lining them up (which is imprecise and can cause race conditions).
Basically part way through my AnimNotifyState I want to perform logic. This can be accomplished with multiple AnimNotifies, but that compromises the wonderful feature of notifies being self-contained. I can also use the Tick function, but it won’t be visually represented on the animation timeline (which is super helpful).