错误C0185: It is not possible to perform component access '.', index access '[]' or call '()' on result of function call. Assign result to help variable first.
官方解决方案
最近在虚拟学院逛了逛,突然看到官方给出了这样的一个解决方案,这里分享一下。
解决方案
在声明属性的使用将其设置为REFERENCE TO 结构体,再get中用REF=,就可以了——倍福虚拟学院