I want to create a simpel actor that has a String in it, this string can be different for the same type of actor.
So if i drag and drop this actor i want to be able to just write my text in the stringline and then i want to cast that string into a widget.
Any ideas how i can make that?
So now im at a point where i have to read the “text” wich i set inside the actor class into a widget…
Oh how i hate this
ZoltanJr
(ZoltanJr)
3
Just add a string variable to it and make it editable? I don’t quite get what the issue is
Frozen until i have the intelligence to resolve :c