Alright, new challenge - how to make these meshes have collisions. I’ve tried adding these sections to the initializer - but maybe I need to do something more.
MeshComponent->SetSimulatePhysics(true);
MeshComponent->SetCollisionEnabled(ECollisionEnabled::QueryAndPhysics);