Is there a limit to the number of arguments OnClicked can take?

Hi,

I am defining a delegate with 5 arguments for the SButton::FArguments::OnClicked function.

As long as my delegate has 4 or less arguments, everything works fine.

But with 5 arguments (= 7 arguments for OnClicked), i get the following error:

error C2660: 'SButton::FArguments::OnClicked' : the function does not take 7 arguments

Is there an official limit on the allowed number of arguments or am i doing something wrong ?

Thanks

Cedric