smellymumbler
Is it possible to create some sort of “event” that triggers from a specific point in an animation playback? I’m trying to tie a “footstep” sound to the moment that the foot touches the ground.
Is it possible to create some sort of “event” that triggers from a specific point in an animation playback? I’m trying to tie a “footstep” sound to the moment that the foot touches the ground.
See AnimationTriggerPoint
and Animation::AddTrigger
(Animation.h).
NinjaSnowWar shows how to do that.
Thank you so much, guys! I swear I couldn’t find this in the docs.