Were Nodes Replaced Or Changed?

FunctionInput is available for material functions, not materials.

Hello, I was wondering if any one can tell me if there is a possible listing of Node Removals or changes in UE4.18? Reason I am asking is that one of my Blueprints I had in prior Editor’s no longer works because of a node is now missing and I can no longer locate this node in UE4.18. I am looking for the “functioninput” input node (for Material Function) that I had prior, and the only one I find in UE4.18 for the input node now is “PlotFunctionOnGraph_Setup_Input”. Any one know what I am to replace the FunctionInput node with now?

Oops. Sorry. I didn’t see that you’re in a material function… Well, I see it available for me so I’m not sure why you wouldn’t see it. Perhaps you should create a new MF and see if the node is there for you. If it is, copy over what you can and remake the MF.

Thank you for the information and response as well. Sadly to say, the node was not there, so I decided to try to locate the file from UE4.17 and placed it in UE4.18 and it worked now. Thanks again!