Details view supports displaying UProperties from external UStruct's that are not a property of a UObject.
#jira UE-2246 - BP: Local function variables need to support default values
[CL 2383580 by Michael Schoell in Main branch]
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]
#ttp 345463 - NUX:Details: Don't draw confusing C++ class names as categories when no category is given
#branch UE4
#proj Editor.PropertyEditor
#note Some of the examples in the TTP are due to the category for the UPROPERTY being explicitly set equal to the class name.
[CL 2320391 by Richard TalbotWatkin in Main branch]
- Refactored IsPropertyVisible delegate to pass in a parent property pointer so complex visibility tests with struct parents can be performed
[CL 2115458 by Matt Kuhlenschmidt in Main branch]