I have no idea why, but the class WorldSettings is not blueprintable.
Which means you need to extend it with a C++ class with annotation UCLASS(Blueprintable), and then you will be able to create a blueprint with WorldSettings.
After that, set World Settings Class in Project Settings to your new class.
The changes, however, are only visible after editor restart (this is probably why the class is not blueprintable).