C++ class does NOT appear in Content Browser

Would be great if you can attach at least headers of your class, as of now I can suggest 2 issues:

  1. If your class is derived from UObject, it is probably a reloading issue, as mentioned above. Try regenerate VS files in your project directory. Delete “intermediate”, “.vs” and “binaries” folders, then RMB click on your project file and choose “Generate Visual studio files”.

  2. If your class is custom class(that is not a UObject-derived), I think it won’t appear (correct me if I am wrong).

Regards,
Alex.

3 Likes