How to check if actor implements blueprint interface from C++?

What about… calling DoesImplementInterface?


UKismetSystemLibrary::DoesImplementInterface( MyObject, UMyInterface::StaticClass() );

3 Likes