FMessageDialog* dialog; none referenced local variable

Hey!

I would like to get a neat outputbox and I would like to use FMessageDialog …

I wrote it as FMessageDialog* dialog, but the result is following:

Error: C4101 “dialog”: None referenced local varibale

What do I make wrong? Please help… Thanks :slight_smile:

It has to be in the header. Otherwise that error results :wink: