Merge ImplementsInterface and Cast

Hello,

I would like to ask/request if there are any plans on merging
Actor->GetClass()->ImplementsInterface(IInterface::StaticClass())
and
Cast<IInterface>(Actor)

It is little confusing because first one works when blueprint class implements interface and second one does not (I think it should).

And TSubobjectOf<T> for interface type constraints too! :slight_smile: Pretty please