How to reference an Animation Sequence with Get Sequence Length

I’m trying to get the duration of an animation sequence and I understand that you can do this with Get Sequence Length. However, I’m not sure how to actually reference my “Jump” animation sequence as a Target for this function inside of my Animation BP.

I understand you can manually find the duration of the animation sequence and use that but I’d rather not do that as to save work for myself later if I have to change the animation later.

Hey there @Icify! It looks like Anim Sequence Base class isn’t actually taking animation sequences as reference without translation, but there doesn’t seem to be a way to cast over. In my case I’ve got direct reference set up but you may be able use a select and choose between those you require.

It works! Thank you