You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for i=1,20,1 do
local obj = slua.loadClass("Blueprint'/Game/Dialog/ItemDataObject.ItemDataObject'")
obj.Item_Content="弄好了啊啊"
listView:AddItem(obj);
end
这个类是一个蓝图类里面定义了一个变量为item_Content现在加载出来以后直接报错说这个obj找不到找个Item_Content属性该如何解决
The text was updated successfully, but these errors were encountered:
for i=1,20,1 do
local obj = slua.loadClass("Blueprint'/Game/Dialog/ItemDataObject.ItemDataObject'")
obj.Item_Content="弄好了啊啊"
listView:AddItem(obj);
end
这个类是一个蓝图类里面定义了一个变量为item_Content现在加载出来以后直接报错说这个obj找不到找个Item_Content属性该如何解决
The text was updated successfully, but these errors were encountered: