Hi all, I am trying to get an audio stream from an API. I am new to C++ development, mostly have experience with blueprints, but I managed to setup a HTTPRequest. OnProgress Received is getting called and according to it I am receiving bytes, but where can I read this byte stream? If I try to access the content of the response in OnProgressReceived, it always seems to be empty.
Any help is appreciated, thanks!