Animation Preview No Longer Works (2.03.08 - 5.5)

Issue:
in 2.03.08 Unreal Engine 5.5, animation montages/sequences no longer play sound.

Proposed Solution:
After checking change history, in the 2.03.08 integration, - UFMODAudioComponent::Play()::729 was changed, in my eyes incorrectly:

PlayInternal(EFMODSystemContext::Runtime);
Should be reverted to:
PlayInternal(EFMODSystemContext::Max);