有关UE4的错误说明
运行后,出现错误,但是看不懂错误说明,请教那位大神可以告诉我哪里可以找到每个错误对应的说明。或者帮我看看这个错误到底是什么意思。Error Blueprint Runtime Error : Attempted to access Selected_C_9 via property CallFunc_Array_Get_Item, but Selected_C_9 is pending kill from Function : 'Down' from node : SetActorLocation in graph : Down in object : CheckBox_BP with Description : Attempted to access Selected_C_9 via property CallFunc_Array_Get_Item, but Selected_C_9 is pending kill
谢谢大神!!
CheckBox_BP里面的'Down',在节点SetActorLocation时,获取数组中的 Selected_C,但是这个已经被销毁掉,不存在了 Polaris_Aspire 发表于 2017-6-28 16:49
CheckBox_BP里面的'Down',在节点SetActorLocation时,获取数组中的 Selected_C,但是这个已经被销毁掉 ...
谢谢,那就是在节点之前,将数据再保存一下就可以了,是吧。
页:
[1]