Commit Graph

28 Commits

Author SHA1 Message Date
Saul Abreu
0f52bf36cc Fixed text property detail customization support for multiline text.
[CL 2639361 by Saul Abreu in Main branch]
2015-07-30 16:42:30 -04:00
Michael Schoell
343817568b Editing FText properties in the user defined struct editor and for local Blueprint function variables will no longer erase the inputed information upon closing and re-opening the editor.
Added FPropertyHandleBase::NotifyFinishedChangingProperties to handle generic calls to NotifyFinishedChangingProperties.

Text Customization will now NotifyFinishedChangingProperties so the data can properly be captured.

#jira UE-19368 - Structure text variable's default value lost on close

[CL 2639260 by Michael Schoell in Main branch]
2015-07-30 15:45:22 -04:00
Saul Abreu
0246385206 Added a detail customization for text properties in preparation for future text property changes. No longer uses import/export text on text properties.
[CL 2601653 by Saul Abreu in Main branch]
2015-06-25 20:02:03 -04:00