Commit Graph

15 Commits

Author SHA1 Message Date
Max Preussner
c1a0165d18 Media: Properly handling empty URLs
[CL 2514382 by Max Preussner in Main branch]
2015-04-16 11:51:29 -04:00
Max Preussner
e8286ffc17 Media: Fixed non-file based URLs (http://, rtsp:// etc.) getting mangled in MediaPlayer editor
[CL 2473173 by Max Preussner in Main branch]
2015-03-09 18:54:08 -04:00
Max Preussner
643ba3cea8 Media: Added support for extension-less streaming media URI schemes by removing assumptions about media URL formats
#UpgradeNotes
- IMediaModule::GetSupportedFormats() has been renamed to IMediaModule::GetSupportedFileTypes()
- FMediaFormats has been renamed to FMediaFileTypes
- IMediaPlayerFactory::GetSupportedFormats() has been renamed to IMediaPlayerFactory::GetSupportedFileTypes()
- IMediaPlayerFactory::SupportsFile() has been replaced with IMediaPlayerFactory::SupportsUrl(), which must now be implemented by media plug-ins

[CL 2466800 by Max Preussner in Main branch]
2015-03-02 15:37:53 -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
Max Preussner
0cdf8b3532 Media: Fixed incorrect handling of relative movie file paths
[CL 2345112 by Max Preussner in Main branch]
2014-10-30 12:49:00 -04: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
0e72baf06b MediaPlayer: Fixed icon alignment in details customization
[CL 2332173 by Max Preussner in Main branch]
2014-10-16 17:44:57 -04:00
Max Preussner
455efb7429 Media: Fixed media player customization's incorrect handling of relative paths to local movie files
[CL 2330661 by Max Preussner in Main branch]
2014-10-15 16:33:35 -04:00
Max Preussner
d9b3666596 Media: Fixed media sources not being found in staged builds
#UpgradeNotes: You will have to reassign the URL field in your MediaPlayer assets

[CL 2329399 by Max Preussner in Main branch]
2014-10-14 18:28:40 -04:00
Max Preussner
90b61ffffd Media: Added tooltips to media details (TTP# 348610)
[CL 2321222 by Max Preussner in Main branch]
2014-10-07 10:03:49 -04:00
Max Preussner
a0b662a8ad Media: Fixed spelling error (TTP# 348611)
[CL 2321209 by Max Preussner in Main branch]
2014-10-07 09:53:43 -04:00
Max Preussner
fc36571f9c Media: Made 'All Movie Files' the default file type filter
[CL 2310560 by Max Preussner in Main branch]
2014-09-25 19:58:26 -04:00
Max Preussner
c97885458a Media: Made it more clear that the media URL can also be a file on disk
[CL 2310503 by Max Preussner in Main branch]
2014-09-25 18:58:14 -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