PCG: How to get Location of Blueprint components in PCG.

First, here is my question.

  1. How to get Location and Rotation property of staticmesh component of BP in PCG component at UE5

More Detail are as follows.
I want to generate some points on the surface of Staticmesh in PCG at UE5.
The staticmesh is in the BP, and BP has 4 staticmeshs.
and PCG component is in same BP.

I want to know how to get Location and Rotation property of staticmesh as PCG attribute.
Now I can get Staticmesh property but it hasn’t transform property.

and also, I put one sphere in BP for controll Density attribute.
I don’t want generate point around the sphere.
This is the second reason why I want to get the component’s Location property.

In image.
RedZone: I use spline for generate moss. I already setting change the moss size system depending on distance from Spline outline.
BlueZone:I want to controll the point with this sphere.

I’m sorry If my sentences are confusing.
my English is not very well, If my sentence doesn’t make sense, please tell me and let me explain more.