Hey I need to be able to quickly add a reusable component to any actor and have a print out a custom string per actor on mouse over.
I currently have an actor component with a name variable:
when I attach it to an actor I can change the name, but if I have duplicate actors they cant have a unique name.
Is there anything im missing or is this just the wrong way to go about it?