Commit Graph

6 Commits

Author SHA1 Message Date
Richard TalbotWatkin
4449f31100 Added color property for Vector / Vector Random parameter types in particle instance parameters.
#jira UE-7168 - Regression: Instance Params were cleaned up, but color picker is now missing

[CL 2401239 by Richard TalbotWatkin in Main branch]
2015-01-08 14:35:51 -05:00
Jamie Dale
a569f6b356 Fixed code relying on SLATE_TEXT_ATTRIBUTE for STextBlock.
UETOOL-213 - Minimize Slate FString -> FText conversion (remove SLATE_TEXT_ATTRIBUTE)

This fixes any editor/engine specific code that was passing text to Slate as FString rather than FText.

[CL 2399803 by Jamie Dale in Main branch]
2015-01-07 09:52:40 -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
6b008d0722 Fixed code relying on the version of SWidget::SetToolTipText that took an FString
Made sure everything was using FText rather than FString, and also updated the property editor API to return tooltips as FText rather than FString.

[CL 2373917 by Jamie Dale in Main branch]
2014-12-02 13:48:53 -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
Richard TalbotWatkin
dc6891293d Created struct customization for FRawDistributionVector allowing color-related particle modules to have their vector properties visualized as colors. Created struct customization for FParticleSysParam in order to filter out irrelevant parameters from the list, depending on the parameter type.
#jira UE-1935 - UE4: Cascade: Please Fix this makes daily work flow challenging.

[CL 2339835 by Richard TalbotWatkin in Main branch]
2014-10-24 10:15:28 -04:00