Open audio files in game

Hello! I’m learning a lot about Unreal Engine and I was wondering if it’s possible to open an audio file and load it in game.

Thank you!

If you are asking if you can use audio files in the editor. You can: You will need .wav files and they need to be of a specific format. Read this article on the Unreal Documentation for more information.

If you are asking if it is possible to load files in dynamically during runtime, I don’t think that is possible within Unreal but I might be wrong.