Commit Graph

12 Commits

Author SHA1 Message Date
Saul Abreu
79a26091bf Fixed behavior on FString::ParseIntoArray (muliple delimiters overload) functionality to support optionally culling empty strings. Greatly simplified implementation logic. Output parameter now properly named and taken by reference.
#codereview Steve.Robb, Robert.Manuszewski

[CL 2466824 by Saul Abreu in Main branch]
2015-03-02 15:51:37 -05:00
Michael Schoell
0e318b55ba Can set default values on local function variables.
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]
2014-12-10 10:57:36 -05:00
Ben Marsh
149375b14b Update copyright notices to 2015.
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00
Jamie Dale
f440490671 Converted the property editor to use FText
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]
2014-12-01 11:19:41 -05:00
Ben Marsh
5bb8828252 More fixes for doxygen warnings.
[CL 2368556 by Ben Marsh in Main branch]
2014-11-24 12:52:19 -05:00
Richard TalbotWatkin
e4fa983f68 In Details tabs, where no category is specified for a group of properties, use the heading "General" instead of a prettified version of the class name.
#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]
2014-10-06 16:18:10 -04:00
Michael Trepka
5bd6255fde More Clang compile warning fixes
[CL 2237347 by Michael Trepka in Main branch]
2014-07-30 14:51:27 -04:00
Matt Kuhlenschmidt
6387890456 Fix children of struct properties in the blueprint editor not always passing visibility tests
- 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]
2014-06-24 13:07:20 -04:00
Maciej Mroz
f40ef72418 PropertyEditor refactored. It's ready for StructureDefaultView. Some SDetailsView functions were moved to SDetailsViewBase. FPropertyValueImpl calls NotifyFinishedChangingProperties properly.
#codereview Matt.Kuhlenschmidt

[CL 2108084 by Maciej Mroz in Main branch]
2014-06-17 09:41:33 -04:00
Maciej Mroz
174a3d22ad PropertyEditor refactored
#codereview Matt.Kuhlenschmidt

[CL 2088207 by Maciej Mroz in Main branch]
2014-05-29 17:39:23 -04:00
Matt Kuhlenschmidt
be8f20192b Fix properties of structs not being considered when a property is checked for EditOnInstance/EditOnDefault visibility
[CL 2075611 by Matt Kuhlenschmidt in Main branch]
2014-05-16 11:32:46 -04:00
Tim Sweeney
324683ce78 Engine source (Main branch up to CL 2026164) 2014-03-14 14:13:41 -04:00