Get Python commands from Log File

Hello, is it possible to check a sort of log file for python commands after manually doing some stuff in unreal engine?

Thank’s

You can try looking at the log file under <projectFolder>\Saved\Logs. This will contain the all the same text in the ‘Output log’ editor window, not just those from python. The ones from python though will say ‘LogPython:’. This includes messages from print(), any of the log*() methods, and raising exceptions.