Where to find "Play"-node in UE5 Level Blueprints

I basically want to recreate this in UE5 to autoplay my sequence, but the problem is that I can’t find the “Play”-node in my Level Blueprint
Screenshot level blueprint
(from UE4 answershub)

I’m quite new to UE and wonder if there is a new method to do that in UE5…

Okay, found it out myself: you won’t find it by just right-clicking in your blueprint, but need to draw the line from another function to make it appear in the pop-up window.

u can also uncheck context sensitive.

ok, that’s good to know, too. Thanks!