How do I re-parent a level blueprint to a custom level script actor blueprint?

I was able to re-parent a level blueprint to a custom c++ class that extends ALevelScriptActor, but I can’t seem to re-parent a level blueprint to a blueprint that inherits from my custom LevelScriptActor class. Only C++ classes show up in the parent drop down.