gtreshchev / RuntimeAudioImporter

Runtime Audio Importer plugin for Unreal Engine. Importing audio of various formats at runtime.
MIT License
308 stars 67 forks source link

How to rewind/loop a sound properly? #43

Closed Volcanicus closed 10 months ago

Volcanicus commented 1 year ago

Hi, the documentation mentions the tools available to loop but doesn't show a concrete example. I tried a few combinations but even though my print strings say it is looping, no sound is made. See screenshots. image image

Thank you for the amazing plugin!

gtreshchev commented 1 year ago

Hi, thanks for the feedback! There is a SetLooping function provided by the imported sound wave that can change that behavior. You can find more information about it here: https://github.com/gtreshchev/RuntimeAudioImporter/wiki/6.-Sound-Wave-Properties

Please let me know if it solves your issue.