Accessing Transform from any Behaviour Designer component In Editor

No, the transform is set at runtime. Where are you trying to get the transform?
 
Within OnDrawGizmos the Owner property will be valid which references the Behavior Tree component. You can then use that to get the transform.
 
Top