According to the documentation ( Audio Effects | Epic Developer Community (epicgames.com)) the way how to handle audio playback on a GPU Sim is to use “Export Particle Data to Blueprint” which you can catch in a blueprint and then iterate over the data sent back from particles on the GPU. This is said to be the most complex way of playing audio, I haven’t tried it myself yet.