Files
UnrealEngineUWP/Engine/Source/Editor/GraphEditor
Ben Cosh 54a2100048 #TTP 316058 - BP: On Vector math nodes, the symbols are mostly obscured
#Branch UE4
#Proj GraphEditor, EditorStyle, Slate

#Summary Modified the vector text entry boxes to match other math nodes numerical entry styles and modified the K2 base graph node to vertically centre the text box denoting its function.

#Change Modified SGraphNodeK2Base::UpdateCompactNode to vertically centre the overlay with the text denoting the noes function ( in this case the operator )
#Change Modified SVectorTextBox::Construct to change the style to match other math operation nodes ( white border, white text and no background )
#Change Added VectorEditableTextBox to slate editor styles.
#Change Modified SNumericEntryBox to expose the background and foreground colors as slate arguments so they can be customised. Default behaviour should be as before.

ReviewedBy Chris.Wood, Nick.Whiting

[CL 2044998 by Ben Cosh in Main branch]
2014-04-23 18:37:33 -04:00
..