Value fields for BP input pins that are const ref Vectors in C++

Hi,

I would like to suggest to make it possible to enter Vector (and possibly other types that are affected) values directly into a BP node input pin that is the pin of a const ref (Vector) of a C++ function.
The way it is now we have to use MakeVector nodes which seems to be suboptimal.

Cheers