How exactly do I use the GetComponents function to find the static mesh? I found the documentation a little less then helpful, so at the moment I have got:
TArray<class UActorComponent*> ballComponentsArray;
BallList[i]->GetComponents(ballComponentsArray);