Its possible spawn a actor only visible for specific player

Its possible spawn a actor only visible for specific player?

not want specific info only some orientation and if its possible or not.

thx

Hi knack,

You’d still spawn it, but you can hide specific actors or components from being rendered on a per player basis (local player asks associated player controller to give it a list of hidden actors and hidden components; you’d override UpdateHiddenActors and/or UpdateHiddenComponents on your APlayerController subclass).

Cheers,
Michael Noland