摘要: t is always important to know your tools. It is not enough to know how to use it but to know how it works (at least to some degree). Therefore, my goa 阅读全文
posted @ 2021-05-31 12:02 Tonarinototoro 阅读(275) 评论(0) 推荐(0)
摘要: 1. 两种情况下property的指针会被空值化: 第一种是你的指针指向的actor或者actorcomponent已经用Uclass标记过,这个时候会对UE可见,也就会被UE的GC影响到 第二种就是你force delete一些editor里的asset这个时候指向这些asset的pointer也 阅读全文
posted @ 2021-05-31 12:00 Tonarinototoro 阅读(1037) 评论(0) 推荐(0)