Interface as multicast delegate parameter?

Hi, can be iinterface class used as multicast delegate parameter?

Yes. Just use a pointer to the interface, or if you need to expose it to Blueprint, TScriptInterface<…>.

Thank you.