You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#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]