Create a C++ class with overload operator blueprintcallable

Hello,

I searched but I find nothing.

I want to create a custom C++ class with overload operators, like operator+, but I want to call them into a Blueprint class.

Is it possible ?

Thanks.