Is there a way to find out what class a Child Actor is?

If I do a Get Class on a Child Component Actor it returns just that, Child Component Actor, but I want to check the Child Actor Class of the component. Is there a way to do this?

I figured out one way. I’m not sure if this is the most efficient way, but it works.