How can I replicate subobjects as OwnerOnly? It works like components, they are always being replicated if the owner actor is relevant.
Does this scenario work?
Player(Pawn) - Owner is PlayerController
SubObjectOwner(Actor) - Owner is Player and has OwnerOnly condition.
SubObject(Object) - Owner and Holder is SubObjectOwner and variable condition is OwnerOnly.