What is the best way to add sound effects?

Is sprite based or only gameplay? If done with 3d assets a notify in the animation.

If sprite, i dont think the notify event has been implemented yet but you can count the frames of the animation and when the framee you want to make the sound arrives you play the sound, but you’d need a custom implementation, it can be done with BP but it would need a clean logic to pull it off.