unreal python commandlet print log
unreal python commandlet print log
import unreal
unreal.log_warning("your message")
unreal.log_error("your message")
unreal.log("your message") 似乎不会在终端打印,最好用上面的两个,但是命令行加上 -stdout -FullStdOutLogOutput 的话,是可以输出的,print的也能输出
未经博主允许,禁止直接转载本博客任何内容(可以在文章中添加链接,禁止原文照搬),如需直接原文转载对应文章,请在该文章中留言联系博主,谢谢!!