Getting inheritors of class using reflection?

How do I get all inheritors of a base class using Unreal’s reflection? Obviously i’m talking about UClass’s/UObject derived classes.

Nevermind, found it: