can't find a int*float nodes in ue5

Hello guys! I’m just starting with UE and I chosed UE5 to learn with the last tecnology available.
I know this query is very noob but I’m tryng to create a spline blueprint. I need to use the (int*float) node but I can’t find it in the seach tab. I don’t know if I have to activate some function, check box or something else? Or is different in UE5?
Please help!

Thanks a lot.

1 Like

Or is different in UE5?

Indeed. The asterisk * gives you a generic, type agnostic node:

image

How cool is that!

You can also right click pins to explicitly change their type:

Also: