Commit Graph

3 Commits

Author SHA1 Message Date
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
ceffd81446 Media: removed the 'Stop' feature as it is redundant. Play and Pause are sufficient.
[CL 2261765 by Max Preussner in Main branch]
2014-08-18 19:51:10 -04:00
Max Preussner
58863f59c3 Media: Initial revision of media assets
[CL 2238895 by Max Preussner in Main branch]
2014-07-31 17:04:01 -04:00