I’m upgrading from 4.16 to 4.18. I’m having trouble with this function call “GenerateConvenientWindowedResolutions(…)” which is giving an identifier not found error. The section of code is this:
The declaration is in CoreMisc.h, but it still comes up “identifier not found”. The question is what changed between 4.16 and 4.18 that’s now preventing the code from compiling.
I’m looking at the header files for CoreMisc.h which is where that function used to be defined. It looks like it was removed in 4.18. They may have moved it to Kismet.