Howdy!
Been scrathing my head trying to figure out why this interface isn’t working.
What I am working on is a system where the player enters different areas of the map and the name (in a string) is then sent to my UI widget graph.
Here is the code in the volume BP
–
Here is the Blueprint Interface:
–
Here is the code in the Widget Graph ( I just want it to print the passed variable in red for debugging purposes for now):