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的也能输出

posted @ 2021-03-15 16:56  ibingshan  阅读(207)  评论(0编辑  收藏  举报