I didnt have any issues using this line of code
Preformatted text
UServerRow* Row = CreateWidget(this, ServerRow);`
Is it preferable to have the World own this ServerRow instead of the the MainMenu?
I don’t know of a particular reason to prefer either. Perhaps if you had the MainMenu persist between maps you would want it to be the Owner but I’m not sure.