Hello!
I made a level with an array in it’s blueprint. I would like to display the elements of that array on a widget like a task list. How it is it possible? I tried cast to level, but it’s impossible if i know it correctly.
Or i would like to know how to use the cameras of other blueprints as player view port?
Because if that’s working then i can do my trick with global variables. Hopefully.
Not gonna lie, I’m stuck. I use separate widget blueprints and i don’t know how put that into the level blueprint code.
I can make a separate Widget blueprint, use “Create widget” node, then i choose the mentioned widget blueprint in it as a class.
But i can’t make a widget in the level BP. Or at least i don’t know how.
That’s what i meant. I used the mentioned nodes in level blueprint.
My problem still stands, i have an array in level BP, but i can’t use data of that array in the widget. Is there a way to connect them?