Decal only owner see

Hi guys,

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?

Thanks for any answers

I’m not sure if the “set owner” and then “owner only see” nodes work on decals, have you tried those ?

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.

I’m having the same issue, have you found a solution?