How to save info from Output Log to Text File?

I am trying to save the information printed to the Output Log from the Print Text Node to a Text File. How Can I do that?

They are already stored in log files, you can click on the settings icon to open it with the default editor or open the folder in which they are saved:

The “Print Text” results start with “LogBlueprintUserMessages”

If you want to write these lines only, you might use this free plugin, it has a “Write string to File” function

Does this also work on Android (e.g., when you want to write the log while using an UE5 game/app on a VR headset like the Pico4 or the Meta Quest 3) ?

Thanks.

I’m not sure about this, and I’m also not sure if shipping builds write to a log (so you might need a dev build). It should be possible but right now I can’t tell you where the file would be stored…

Honestly, I’d really love to see the editor debug mode to work on android but I’ve never managed to use it in recent android/unreal versions… It was kinda working when I was using 4.27 (maybe I’m doing something wrong).