One item on the to-do list are BP compatible dynamic methods. As far as I understand the BP description, they are semantically equivalent to virtual methods, only the syntax is different (an integer index added) and the implementation (which we don't have to follow, of course).
Ignoring this index syntactically would be easy to do. Would this be useful, and is it really all that's required?
Frank