How to copy world settings to another level

Is there a way in Unreal 5 to copy world settings easily between multiple levels?

I’m aware of using Editor Template Map Overrides to propagate settings to newly created levels but I was wondering if there was a way to export world settings and apply them to a level that’s already created? Either through the editor or programmatically is fine.

Thanks!

I don’t quite understand the copy issue.

What I mean by copy is to take all the world settings of one level and apply them to another. With that we could have tool or commandlet that could quickly apply the world settings of one level to another. This helps situations where a test level displays differing behavior because it’s world settings don’t match a main level.

right-click a category-header and you can copy the child-properties (or paste):

This looks promising! I’ll check out the code around this and see if I can tap into it. Thank you!