LookAtSource/Aim Target Transform

I’ve been trying to get the players aim transform or lookat transform. Any suggestions on how to acquire this or which script creates that transform?
 
Do you mean the camera's target for the Third Person Look At view type? If so you can get the LookAt view type, the target transform is the Target variable.
 
Top