Im working on supporting virtual functions in NimForUE and I have a POC working 
fine. The issue that I have is that I need to generate all the cpp fields by 
hand, I was wondering if there is a way to reuse the compiler work (maybe via 
the compiler API) so I dont have to rewrite all of it, especially because for 
some types there is a suffix appended so it doesnt collide with the original 
and for other types we use the original. I could work around it but the idea is 
to reuse what's already done.

Thanks,

Reply via email to