C++ Templates and Blueprints?

I have a C++ function that would be much nicer as template.

The problem is that is also used for a BlueprintFunctionLibrary.

Do Blueprints support C++ templates in any way?

Blueprints have “macro” graphs.
But no, you can’t use C templates on UFunctions.

Do you mean a blueprint macro library?

Yes, they are a bit different from function library.
It’s not what C templates do, but better than nothing I guess…