hello,
I have a widget
Root have 1 child canvas. this child have 4 child canvas.
How do I get a reference to each of those 4 canvases in the widget blueprint?
Thank you
hello,
I have a widget
Root have 1 child canvas. this child have 4 child canvas.
How do I get a reference to each of those 4 canvases in the widget blueprint?
Thank you
They should just be available in the code window. If they’re not, go back to the main widget window and select the canvas. Top right ( ish ) in the details window is a tick box, it’s called something like ‘programmable’ ( can’t recall exactly ), but tick that, and it’ll show up in the code window…
Thanks that was the problem. for some reason it was set on “Accessibility -> Accessible behavior -> not Accessible”. I changed it to “auto”.