Calling blueprint method on subclass

I have a BaseClass with a GetArrayElement() method. SubClass assigns the values to the array. GetArrayElement is setup to work with the blueprint system. How would I go about setting up a blueprint that calls GetArrayElement() on SubClass and not the BaseClass?