See screenshots:
It seems like, for some reason, my float value is being set to 0 in the same flowline. Is this a bug or am I missing something?
See screenshots:
It seems like, for some reason, my float value is being set to 0 in the same flowline. Is this a bug or am I missing something?
Hello ,
Can you use a print string to be sure that it is actually being set to 0? The tooltip you’re looking at is a bit confusing. The reason why is that it says “Current Value”. For pins on the left side of the blueprint node, this means what the pin’s value is before any input so 0 is natural since it is a blank pin. You can see the same result for the input pins for a variable’s Set node.
Yea, I see what you mean, if I had of stepping forward it would of shown the value there. The problem ended up being something different, the func was a binding and it wasn’t setting the bound property. I ended up just putting it in tick since it’s not performance intensive. Thanks for the help.