I am currently working on a splitscreen game where I want to use decals highlight the area a player is aiming at.
The problem is that I want the decals only be seen by a specific player, like only owner see for primitive components does.
Is there a way to let only specific players/cameras see specific decals?
unfortunately that doesn’t work, “owner only see” only works for components that inherit from “primitive component”.
The decal component is inheriting from “scene component”, I am looking for an other way to do this.