编程语言
首页 > 编程语言> > unreal python commandlet print log

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

标签:log,python,commandlet,unreal,print,message,your
来源: https://www.cnblogs.com/ibingshan/p/14537502.html