[Feature Request] DisallowedClasses on TSubClassOf (Pull Request)

If the class is marked as Abstract, you can’t select it for TSubclassOf vars anyway. Can be useful if you want the var to only be able to select Blueprint sub-classes for example, and not a C++ class directly.

In most cases that probably solves the issue maybe?