I have an item actor placed in my level. If I step on it and press “E”, it becomes hidden for both the client and server. Works well and good.
If I spawn the same actor VIA “Spawn actor from class” node, suddenly only the server sees it as hidden even though both the client and server are executing a “set actor hidden in game” node.
Is it possible this has something to do with the “owner”? Who owns an actor if I place it in the level as opposed to spawning it in the level BP?