Hello!
I’ve recently found out about notify states and they appeared to be more suitiable to my SwingMeleeWeapon function (which traces a line and get a hit result).
Previously I used two notifies (with specific delegates) to calculate start and end point of line tracing but now I want to use NotifyTick of UAnimNotifyState.
Is it possible to create a delegate which has a broadcast each time NotifyTick runs?