Commit Graph

4 Commits

Author SHA1 Message Date
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
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
Frank Gigliotti
e31e058285 Collision traces by profile
* Added ability to do collision traces using a collision profile instead of a trace channel and response params.  The UWorld trace functions are the same except they end with "ByProfile" (ex. SweepSingleByProfile).

* Added a custom detail widget that allows collision profiles to be set as BP properties.

* Added a custom graph pin widget for setting collision profiles as pins on a node.  It also supports the property being set to expose on spawn.

* Added FCollisionProfileName struct.  This is a BlueprintType used by the custom widgets.

* Made the custom widgets work with profile redirects.  The property will be fixed up next time the BP is compiled.

* Registered a custom setter for FCollisionProfileName pin to work when set to expose on spawn.

#codereview David.Ratti, Lina.Halper

[CL 2365065 by Frank Gigliotti in Main branch]
2014-11-19 11:55:51 -05:00