[Feature Request] Ability to reference Input parameters as local variables

It would be nice be able to reference Input parameters as local variables in the function graphs (automatically). This would allow cleaner graph construction and prevent the rats nest of wires needed to access the Inputs from a function entry pin. Below: Example taken from the Context Examples HUD Draw Button function.

Below: Modified using local variables as references to Input vars.

Below: Zoom of locals that would be automatically added to access Input vars in the graph.

17825-inputsaslocals.jpg

Hope this is clear! Thanks for the good work.