Where i can find function "Integer + Integer" in UE5?

Where i can find function “Integer + Integer” in UE5? UE4 have this function, but et5 doesn’t have one.

11

1 Like

Most simple math operations are Wild Card now, so you just get Add and connect anything you need in there;

4 Likes

Thanks, its working. ))