import unreal

unreal.log_warning("your message")

unreal.log_error("your message")

 

unreal.log("your message") 似乎不会在终端打印,最好用上面的两个,但是命令行加上 -stdout -FullStdOutLogOutput 的话,是可以输出的,print的也能输出

相关文章:

  • 2022-12-23
  • 2021-12-07
  • 2022-01-09
  • 2021-06-15
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-09
  • 2022-12-23
  • 2021-08-07
  • 2021-09-03
  • 2021-06-23
  • 2022-12-23
相关资源
相似解决方案