How to Call C++ function from Blueprint?

The function library is a utility class meant to be called from anywhere and therefore static, while any regular class don’t normally use static functions and can be called if they are BlueprintCallable and you have a reference.