World instance dont exist on constractor so return null, you should call it on BeginPlay().
Never place game code in constructor, only place default varables sets there, engine calls constructor not only during game to check default varables, so game code there wont work and will crash the game