Commit Graph

8 Commits

Author SHA1 Message Date
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
Max Preussner
ca1717c5cb DetailCustomizations: Include what you use
[CL 2341689 by Max Preussner in Main branch]
2014-10-27 18:49:06 -04:00
Max Preussner
ad5ce10092 Media: Media assets now pick a suitable default track if none is selected
[CL 2292686 by Max Preussner in Main branch]
2014-09-10 13:33:24 -04:00
Max Preussner
3ded8e8714 Media: Renamed UMediaAsset to UMediaPlayer; renamed related Editor classes and plug-ins as well; updated documentation
This is an API breaking change. If you previously experimented with media assets, you will have to rebuild your Blueprints, UMG widgets, etc. If you don't want to lose your existing Blueprints, you can add the following line to your project's Engine.ini, which will map the old class name to the new one (you will still need to replace existing MediaAsset nodes with MediaPlayer nodes):

[/Script/Engine.Engine]
+ActiveClassRedirects=(OldClassName="MediaAsset",NewClassName="MediaPlayer")

[CL 2291399 by Max Preussner in Main branch]
2014-09-09 16:55:48 -04:00
Max Preussner
e76cbd8461 Media: Added details view customization for Media Assets
[CL 2265231 by Max Preussner in Main branch]
2014-08-20 19:05:14 -04:00
Mikolaj Sieluzycki
f9fcaba0f6 Header cleanup: RecastNavMeshGenerator.h, CaputreSource.h, CapturePin.h, FXSystemPrivate.h, CollisionDebugDrawing.h.
[CL 2242177 by Mikolaj Sieluzycki in Main branch]
2014-08-04 08:09:20 -04:00
Max Preussner
9d624898bc Media: Initial revision of details customization for media assets
[CL 2240400 by Max Preussner in Main branch]
2014-08-01 18:29:39 -04:00