Mine meniu and Spown the ball

In your Begin Play function you are not adding your created Widget to viewport ( as you did in Create Main Menu function ). You can use Add To Viewport or just call your Create Main Menu function in Begin Play.
About spawning the ball, make sure you have at least one Actor of the type you are looking for in Get All Actors of Class in the level.

1 Like