I had a C++ class, let’s call it UOldName, and I renamed it to UNewName. I renamed the .h, .cpp, the constructor signatures etc. etc. My code compiles fine.
I run the editor, and I try to create a new Blueprint Class, and look at the list of possible parent classes. ** UOldName is listed, but UNewName is not**. Why would that be?