There is a fairly unique repro case for this, but here goes:
- Create a new Material and add a new Vector Parameter. Give it a name and set the colour to something, and hook it up in the graph.
- Create a Scalar Parameter, give it a name and also hook it up somewhere in the graph. It MAY need to be in the same node chain as the Vector Parameter.
- Duplicates the Vector Parameter and hook it up in the chain, then change the colour but NOT the name.
- Try to Ctrl+Click on the Scalar Parameter and the Vector Parameter and you should crash in:
PropertyHandleImpl.cpp - Line 1793
This also seems to occur if you rename the duplicated Vector Parameter. At first I thought it was due to names, but it could be that the editor no longer allows you to select multiple parameters of different types. I do this quite often to group lots of related Parameters at once, regardless of type.