Are there variables for BlendTrees?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By RoniPerson

I know that you can set parameters vo blendtrees by accesing $AnimationTree["parameters/something"]. My problem is that i have a value that i use at different places. Namly I have two punch animations. Each of them has three versions for the height of the punch. I blend between them over a Blend3. A transition desides if punch1 or punch2 should play. But both punches are blended via a value which represents the height of the punch. Is there a way to use the same value for both Blend3 Nodes? Or should I set both blend3 values vie code every time?