Hi everyone,
I’m working on a UI animation in Unreal Engine 5 that includes several transform keyframes and audio clips. The animation plays perfectly when the game is running. However, when the game is paused, the animation continues to play, but the audio does not.
I’ve tried using the Play Sound 2D
node and checked the IsUISound
flag, which works for playing sounds directly, but my situation involves specific keyframes in the UMG animation timeline triggering the sounds. Here are the key points:
- UMG Animation with Keyframes: The animation has 3 different sounds that play at 6 different points during the animation.
- Audio During Pause: The sounds need to play correctly even when the game is paused.
I understand that audio typically doesn’t play during a pause state, but I need a way to ensure the sounds tied to the UMG animation keyframes still play when the game is paused.
Has anyone faced a similar issue or have any suggestions on how to achieve this? Any help or workarounds would be greatly appreciated!
Thanks in advance!