I need the Actor or ActorComponent to be visible on only one client in a multiplayer game. How to do it?
Hello, I think the visibility of ActorComponents is not replicated, so all you need to do is have your replicated Actor somehow check if it is on the client on which it is visible, then set the visiblity of the component accordingly.
Hope this helps!