channeldorg / channeld-ue-plugin

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

Explore the solutions to support ELifetimeCondition and handover properties #37

Open indiest opened 1 year ago

indiest commented 1 year ago

What

As of v0.6, ChanneldUE doesn't support replicated properties with ELifetimeCondition - ALL properties are replicated between all interested servers and clients.

Some states that should be only replicated between the spatial servers (e.g. the FBodyInstance) are also replicated to the clients as long as the states exist in the channel data.

This task is to find and design the way(s) to resolve these problems.

Why