RTTI is not given in the latest version of BDS, whereas it was in earlier versions, even 1.20.31.
Steps to Reproduce:
1. download the latest version of BDS,
2. parsing symbols,
3. searching symbols.
Observed Results:
Unable to find RTTI for classes like Actor.
Expected Results:
RTTIs for common classes can be found.
Linked issues
duplicates 1
Comments 3
Thank you for your report!
We're tracking this issue in BDS-15530, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 BDS Wiki – 📖 FAQs
RTTI symbols are important for BDS mod developers to auto generate headers and link exported symbols, such as for LeviLamina (https://github.com/LiteLDev/LeviLamina). Without them, important tooling used for updating and maintaining LeviLamina (and similar modloaders) breaks. Additionally, enabling (but not using) RTTI has practically no overhead either, so I can't think of any justifiable reason for this change.