BP variables animation in Sequencer

I have the lift (this is not a skeletal mesh, but a simple blueprint, actor BP):

http://i96.fastpic.ru/big/2017/0705/ee/f07b799ce20674960f2021555f9720ee.jpg

All 4 lift’s paws raised by one variable, which I made open to the sequencer (i.e. I can animate this variable and elevate the lift, but it’s not working in Sequencer):

http://i96.fastpic.ru/big/2017/0705/90/142292f6cb77f9b15beb9625fd263d90.jpg

How to improve BP (what should I add in Event Graph) to make this variable work in the sequencer?

I was able to do this animation without variables. In the sequencer I added certain lift’s elements and add Transform tracks. it is simple and clear. everything works, but it took a lot of tracks (4 for each lift’s paws) and not very convenient. Maybe someone already did the animation in the sequencer with variables or can point me to a tutorial?

Hey there, if you select the variable you want to animate in the blueprint, and toggle the “Expose to Cinematics” checkbox, it should now show up on that actor/component’s “+ Track” list:

Capture.PNG