The other issue, where duplicating a node causes the copied numerical value to be removed from the clipboard, is unfortunately a won't fix, as nodes are duplicated by copying their ToString value to the clipboard and immediately pasting it back into the graph. This behavior is consistent with other instances of duplicate in the editor (such as duplicating an object in the Level Editor).
When copying the 'Value' of a color from the color picker within the material editor, and pasting it into the value field of a new color picker dialog window, it stretches across the screen and causes visual issues.
Upon further investigation, it seems that the pasted information contains code for the Color Picker dialog window, instead of just the numerical value that should be getting copied.
1. In any new or existing project create a new material and add a Vector3 node.
2. Set the 'V' or value slider to any random number.
3. Copy that value to the clipboard (Control+C)
4. Create a new Vector3 node and paste (Control+V) into the value field.
Outcome The Color picker stretches across both monitors and disables windows aero theme.
Expected The value is pasted correctly into the field.
Head over to the existing Questions & Answers thread and let us know what's up.
0 |
Component | UE - Rendering Architecture - Materials |
---|---|
Affects Versions | 4.11.2, 4.12.5, 4.13, 4.14 |
Target Fix | 4.15 |
Fix Commit | 3223271 |
---|---|
Main Commit | 3229477 |
Created | Nov 17, 2016 |
---|---|
Resolved | Dec 6, 2016 |
Updated | Nov 2, 2021 |