Search code examples
unreal-engine4blueprint

Pass the animation reference to the animbp blueprint


I would like to be passing the variable from the thirdpersoncharacter to the blueprint animbp, if in case you have tbm alternatives accepted, I thank you

animbp

thridpersonchar


Solution

  • Generally you do not pass in values directly to the Animation Blueprint, the Animation Blueprint instead reads values from a reference to the Pawn Owner.

    enter image description here