Some nodes are different from UE4 and UE5 and its confusing

Hello everyone! Been watching a UE4 tutorial on youtube even though I’m using UE5, its because its the best tutorial out there. The problem is when I try to follow what he did ( he dragged out “>=” from branch and get the NVBatteryStorage from the variables but when he connect it to “>=” node, a “Convert Integer to byte” appear and he got this like a conveter or something in the middle base on the 2nd photo. But when I tried to do the same thing, the result isn’t the same the converter like in the middle didn’t pop up (based on 3rd photo). As expected, the project didn’t work. I’m desperate! please help. Thanks!!



If you really want the B pin of the Greater Equal node to be byte type, you can just right click on the pin that has 0 value assigned to it and select the To Byte option. (You can also drag out of the bluish green output pin of your variable, release it on an empty space, search for “To Byte” on the menu that pops up and hit enter to get that converter)

But if your code isn’t working as you expect, that’s not the reason for it.

(post deleted by author)