Action Interfaces

I figured out my resolution to my problem, however it seems odd that I need to cast to the coresponding blueprint to ensure the call is made. I have to feed the object of the blueprint into the object of the cast to the interface, and cast that into the target of the interface call.

Not that it totally blows my mind why it is this way, all the previous interations of this seemed to do it inherently.