Get all child classes of a blueprint class (not actors, but the classes)

There is a function called GetDerivedClasses that can be used precisely for this case and its much less expensive than using the TObjectIterator<UClass>

1 Like