I’ve created a material that always faces the player. I’ve applied it to a rectangle, and it works perfectly. The problem is that I want to hide that text using a prop manipulator, but since it’s not a prop, I can’t. How can I convert that material into a prop?
Right Click in your Content Browser > Blueprint > Select Prop
On the right select a square mesh if you find one or make one using the UEFN modelling tool
Go inside Static Mesh on the left panel
Change the material on the right
The collision you have on your mesh will allow the prop manipulator to detect it, if there’s no collision I don’t think it would work, good luck!
This isn’t working because I’ve created a material that always looks at the player, so when I make a prop with the blueprint, it stops working. I see the text, but the usual behavior of looking at the player no longer works.
Can you show the result of your blueprint in editor / in game ? I don’t understand why it doesn’t work, a mesh is still a mesh even if it’s nested inside a blueprint