Error C2653: 'UBlueprintFunctions': is not a class or namespace name

Ahh okay, so the error there is just because you changed the name of the class. In your cpp file (and wherever else you’ll reference the function in your C++ code) you should be using Upreklad_class instead of UBlueprintFunctions.