Getting child component from actor

Yea, I’ve always used c# so alot is new for me.

Now it works by the way!
I used:
ADoorTrigger *HitDoorTrigger = Cast<ADoorTrigger>(HitResult);

Thanks alot for your help!