Hi Guys, I’m super stuck, I need somebody’s help please.
I’m working on a touch screen button to toggle lights. I got working a print string to test, however, I found impossible to make the lights work. I used an event dispatcher (’‘call lights’’ in first person character blueprint) and (’‘bind event to lights’’ in the level blueprint)
could anybody have a quick look at my BP to see if I’m doing something wrong?
I am new with UE4 and the only way I found to do the print string to test is this one. That’s why I need a little help. I think once I make a screen touch button to work properly I can just copy and create others
Hi, I place a print string after Toggle Visibility in the Level Blueprint and it is working. I think I solve the problem. I just change light mobility from stationary to movable and they worked. sorry about this, but the problem is I’m developing this for phone app and I think movable lights are no supported in mobile.