Interface as RPC parameter?

I noticed when I made an interface an RPC function parameter (either as the interface, uinterface or TScriptInterface) I get a compile error indicating it hasn’t been stubbed. Is this a known limitation?

Hi, it seems that you are trying to achieve something similar as I do. I’ve got it running, but there seems to be a bug when implementing the Interface in a blueprint class.
Have a look at my bug report here , maybe you can get some information you need.
For further assistance I would need to see the relevant parts of your code and the complete compiler error.