Replication condition COND_SkipOwner not fully supported.
mironec opened this issue · 0 comments
mironec commented
Description
The replication condition COND_SkipOwner
will not always skip the owner with Spatial networking enabled.
Expected behavior
COND_SkipOwner
properties should skip replication to clients who own that particular actor.
Current behavior
Sometimes, when, for example setting a COND_SkipOwner
variable and changing the owner of an actor at the same time, the SkipOwner variable can still be replicated at the same time as the change in ownership occurs.
Similarly, if an actor is replicated already owned, the SkipOwner variable could still be replicated along with this new actor.
Environment
Probably since 0.9.0.
Tracking ticket
UNR-3714