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
.
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
.