Level Blueprint as a Target

Hi, everybody. Everything ok? I hope you are well.

I’m trying set my ( Level Blueprint ) as a Target in my component, How could I make it.

Thank you

You can’t access the level blueprint from other classes.

Cheers.

Hi, .

So, I’m doing that way. It’s working very well, but I can’t save my project because I have an error.

Thank you

Yes. The problem is that every different level has a different level blueprint class. Thus, actors/blueprints that could be placed in any level, cannot be built to target a specific level.
What you CAN do is use delegates or interfaces, that you register or find in some known way (such as “find all actors of type”)

I’m using ( Interface Blueprint ), but I need to set the target, that is my main problem. Please, someone could help me, because my project to study is paused.

Thank you