How to use UINTERFACE, convert the UInterface to IInterface?

I’m having some trouble with this actually. I create a UInterface and IInterface of my own and implemented it within a blueprint. The UInterface is “Blueprintable”. But in the code whenever I try to cast that object it fails. “Actor->Implements()” works fine. But “InterfaceCast(Actor)” fails…