channeldorg / channeld-ue-plugin

Enables distributed simulation with Unreal Engine's dedicated servers. 为虚幻引擎专用服务器提供分布式模拟能力的开源插件.
Apache License 2.0
132 stars 38 forks source link

ChanneldCookCommandlet.cpp #56

Closed ganibc closed 1 year ago

ganibc commented 1 year ago

Is there any specific implementation that will differ to the original CookCommandlet? I'm thinking to use the original CookCommandlet if there's no difference since this ChanneldCookCommandlet have compilation issue on UE5.

Augkit commented 1 year ago

There is no difference, but the original Commandlet is not exported outside the core module, so a copy has been made. The master branch can pass the compilation of UE5.1, you can refer to it.

ganibc commented 1 year ago

Great. Thanks. I'll raise a PR soon.