guoqian2180
Results
2
issues of
guoqian2180
**Describe the bug** A clear and concise description of what the bug is. **Version** What version of slua you used? **To Reproduce** Steps to reproduce the behavior: 1. Go to...
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属性该如何解决