Hi all, Im super new to here, I need some help.
So i have 2 actors at the moment:
#1 blueprint(Actor) that has UI widget, and the widget has text commit function when hitting Enter
#2 blueprint(Also Actor) that has a function to change object’s texture by hitting Enter key.
Now I want to combine these 2 actors to have my txt commit as a trigger of the object texture change basically like when I type something, hit enter, changes the texture.
What would be the way to do this?