chexiongsheng / puerts_unreal_demo

unreal demo for puerts
MIT License
178 stars 80 forks source link

run ReactUMG onUE5.4 #56

Closed RPG3D closed 2 months ago

chexiongsheng commented 3 months ago

5.4可以吗?之前5.3,只要一继承UUserWidget就编译失败,5.4没这问题了?

chexiongsheng commented 3 months ago

5.3之后我本地的工程都disable掉ReactUMG 了。所以也不知道5.4有没解决。

meilaopo commented 3 months ago

5.4可以吗?之前5.3,只要一继承UUserWidget就编译失败,5.4没这问题了?

5手头没有5.3的引擎;5.4的表现和4.27一样的,用例UsingReactUMG

chexiongsheng commented 3 months ago

我试了下,ue5.4没那报错了,之前可能是ue的bug,空项目新建一个类继承UUserWidget就会编译失败。

另外,这个是demo,要提交到这里:https://github.com/puerts/ReactUMG ,我再同步过来

IScriptGeneratorPluginInterface.h那已经有人pr过了

chexiongsheng commented 3 months ago

我改为以submodule方式来引用 https://github.com/puerts/ReactUMG 了,你到那个仓库提交吧