How to get object reference of level blueprint?

It doesn’t have one. Trying to talk to the level BP is a lost cause. Better to replace it with an actor BP, then you can talk to it.

UPDATE: You should be able to get it with

( level script actor ).

2 Likes