See the included screenshot but here is the summary of both scenarios where I compare floats. The code may seem to not have a point but I was just debugging and wanted everything on the screen for screenshots.
Scenario 1: Watch values for both floats say the value is 0.300000 yet when I try greater than, less than, and equal to comparison nodes I only get true for the greater than but not the expected equals node.
Scenario 2: This one has me even more baffled. I took the same two floats but now they have different values. I compare them with a greater than, less than, and an equal to node but all are false. This seems like it should never be possible (aside from maybe null cases but these both have values).
Sorry if this isn’t the correct place or format, this is my first question on the forum.
I appreciate anyone who takes the time to look at this.