Feature Request: Automatically treat function arguments as local variables

I’d like for function arguments to automatically be available via a “Get” node in the context of a blueprint function, or wholly promoted to local variables by default. It seems like a weird inconsistency that it’s not already available in this way, but I also can’t create a local variable with the same name as an input argument to be easily shared throughout the function without having a long value wire running back to the beginning of the function.