I apologize, I didn’t realize what you were trying to do. No, you shouldn’t be able to reference Level Blueprint or variable and functions inside Level BP from another Blueprint. general problem is that a Blueprint can be used in multiple levels and referencing Level Blueprint can cause errors like this. A better solution would be to put this functionality into its own Actor Blueprint and drop that into level, and then you can reference its function in another BP.
Hope that helps!