spatialos / UnrealGDK

SpatialOS GDK for Unreal Plugin

Home Page:https://docs.improbable.io/unreal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replication condition COND_SkipOwner not fully supported.

mironec opened this issue · comments

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