Hi,
I got an integer variable in my animation blueprint. It is used for an index for “Blend Poses by integer” in the animation graph.
I want to get this integer variable exposed in my character blueprint (actor).
Thx
Hi,
I got an integer variable in my animation blueprint. It is used for an index for “Blend Poses by integer” in the animation graph.
I want to get this integer variable exposed in my character blueprint (actor).
Thx
You need to use Get Anim Instance. Here is a more comprehensive answer:
https://answers.unrealengine.com/questions/24355/how-to-reference-animation-blue-print.html
Hi,
thx, for the link.