Is there a way to open .sav files outside of UE in a readable format?

I’m trying to save debugging data for a shipped game into .sav files and want it to be readable outside of UE. Is this somehow possible?

the sav files i think are binary files, so you need some method to read the file correctly. (obviously)

you can try searching github maybe someone did something like this. Also you can check unreal source code (github) to try and understand how the sav files are encoded

for example this comment is interesting maybe could help