Is it possible to use UFUNCTION with variadic template?

I have



	template <typename T, typename... S>
	void VariadicTemplateFunction(T first, S...);


Any chance, to use this with


UFUNCTION()

?

blueprints are limited in that front, I search for looooong time without results, it will be wonderful have templates, and use wildcards, but check this thread is interesting https://answers.unrealengine.com/questions/7102/request-blueprints-support-for-template-types.html

and for some useful info see this [Tutorial] How to accept wildcard structs in your UFUNCTIONs - Community & Industry Discussion - Unreal Engine Forums