Creating a popup window

I’m trying to create a popup window that is fixed and has a text body inside of it. I was trying to use SWindow with the content set to SRichTextBlock but I get an error saying that NativeWindow is invalid which means that the pointer in SWindow isn’t pointing to anything! So, I tried to make a new FGenericWindow but the member is protected. I’m not sure where to go from here.