Was the component created and added in C++ or in BP?
If it was in C++ then you already have the reference.
If it was in BP, then you have some options. For example, you can set a direct reference in BP; or use GetChildrenComponents / GetChildComponent to get the component; …
Then just GetComponentTransform(), GetComponentLocation(), …