The display name, filter string, and tooltips for the property editor (and associated detail customizations) are now stored as FText rather than FString. This allows us to remove SLATE_TEXT_ARGUMENT from the detail customization widgets.
[CL 2372595 by Jamie Dale in Main branch]
Removed code that explicitly checks for UCurveLinearColor and added functions to curve owner interface so that this struct can display the gradient editor as well.
Tidied up some of the curve customisation that this was based on, only including what's needed, forward declarations in single place, removed unused comments.
UE-4434 - GitHub 529 : Curve linear color + Customization
Integrated from PR #529 by iniside
[CL 2339661 by Matthew Griffin in Main branch]
If you are currentlying performing your own DPI Scaling of slate you'll need to remove that code or adjust the DPI Curve of this new system to 1 and keep your current system for scaling the UI.
[CL 2263045 by Nick Darnell in Main branch]
Replace MaxSteeringSpeed & SteeringCurve with UI-editable SteeringCurve
Add GetRichCurveConst to FRuntimeFloatCurve and remove Eval/GetTimeRange
Submitting for James
[CL 2063670 by Ori Cohen in Main branch]