Get a specific child component instead of the Index?

Hello!
As the title says, is there a way of getting a Child Component of a Component in Another way than just getting ints Child index? I have a scene Component and a static mesh Component and I want to get the static mesh Component since the order on the Child tree varies.

Thanks in advance!

if I understood the question correctly…

I usually just cast to the parent component, then drag off of that reference and start typing get child component, the name of the child should be in ( child name )