i have a healthbar which has parent set to player.
(so that the healthbar always stays at the same place when moving around).
now i just applied a little "fade out" effect to the player (using r,g,b). works like a charme, the only problem is not only the player gets faded out but also the healthbar! (i assume thats because its a child of the player actor).
But: How can i get rid of this? I only want the player actor to be faded out, not the HUD elements, of course.
I cant temporary remove the relationship since then the HUD wouldn´t move with the player anymore ...
Any solutions / ideas?