[Help] Streaming Sublevels After Load a Level

I want to open a level and stream sublevels after the level loaded. So I made a Blueprint in PlayerController:

When run it, “Load Stream Level” function never completed. But when I don’t use “Open Level” function and start in the “EmptyLevel”, the streaming works.

How can I use Loading and Streaming both?