How to get output values from Timeline component within a child class?

Hi ClockworkOcean,

Thank you for the reply. I think my variable naming scheme might have been confusing. I’ve re-uploaded my screenshots here. I am trying to get the values out from the Timeline Component, now renamed to EnemyPawnMoverAlphaOut, while in the child class so I can update Track Alpha.

Track Alpha is a variable in the parent class that I can easily get in the child, even without casting. It’s just the variable from the Timeline component that I am having a hard time getting. I hope that makes more sense.

(Timeline in Parent Class above)

(I want to override Timeline’s Update Function in Child class, and use Enemy Pawn Mover Alpha Out to update Track Alpha)