How can I change a variable from c++ and take effect in Blueprint?
I have created a function an a variable which both are visible in my blueprint but when I try to change the value from the script, the value in the script remains the same, how can I change that?
In the BP I had it as yellow line, just changing the value from C++ but didn’t work
First image is my .h, then my .cpp and finally my BP