Behaviour Tree cast fail

I want to cast to pawn that is controlled by the BT, how should I do it? (pawn that is controlled by this BT is from class kasta_bot and his ai controller runs this behaviour tree)
In image below you can see how I did it, just dragged owner actor as a cast object, unfortunately it fails to cast.

Hi Skrzeku,

You should fist cast to the AIcontroller, then drag from that to "get controlled pawn, then cast to your pawn BP let me know if that helps.

Works, thanks.