I want to run Python from the command line.
It was confirmed that the python file was executed from the command line.
However, neither the Print function nor the Unreal.log function displayed the log.
Is there a way to print from python by running from the command line?
import unreal
print( "Hello world." )
Execute log: