A sample for calling a UFunction with reflection?

I made one of these things recently and with editor support, check the code bellow for more information:

RemReflectedFunctionCallData which support calling a static or memberUFUNCTION, with almost any parameters(except parameter of delegate type (or more) for now because of limitation of FInstancedPropertyBag), and has return value.

I’m searching for populating default value for these parameters ATM.