Commit Graph

22 Commits

Author SHA1 Message Date
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
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
3203c5d782 Media: Changed default clear color for media textures to black
[CL 2292643 by Max Preussner in Main branch]
2014-09-10 13:08:13 -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
aefc373a7b Media: Properly initializing media assets on startup and when media is loaded/unloaded
[CL 2284035 by Max Preussner in Main branch]
2014-09-04 01:32:22 -04:00
Max Preussner
65e2abbb76 Editor: Refactored file path picker into a reusable widget
[CL 2281860 by Max Preussner in Main branch]
2014-09-02 15:22:15 -04:00
Max Preussner
f574f1bda1 Media: Moved implementation into .cpp to make UMediaAsset truly forward declarable
[CL 2277832 by Max Preussner in Main branch]
2014-08-29 13:00:35 -04:00
Eric Newman
4177fb347e Weekly merge of UE4-Fortnite-To-UE4 using CL# 2271452
[CL 2276663 by Eric Newman in Main branch]
2014-08-28 16:05:15 -04:00
Max Preussner
c87fb08661 Media: cosmetic changes
[CL 2271440 by Max Preussner in Main branch]
2014-08-25 19:53:06 -04:00
Max Preussner
4c6589324b Media: Removed material expressions for media textures (no longer needed)
[CL 2267678 by Max Preussner in Main branch]
2014-08-22 14:10:03 -04:00
Max Preussner
a1b62096d2 Media: Added auto play default playback rate property
[CL 2266216 by Max Preussner in Main branch]
2014-08-21 14:23:14 -04:00
Max Preussner
d7e5cea7c8 Media: Added API for retrieving media information
[CL 2265230 by Max Preussner in Main branch]
2014-08-20 19:05:01 -04:00
Max Preussner
b2e5b5b9f7 Media: various improvements
- slightly changed MediaAsset API for Play, Pause and SetRate
- exposed MediaAssets as BP variables
- better logic for MediaAsset toolbar buttons

[CL 2263370 by Max Preussner in Main branch]
2014-08-19 19:24:17 -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
Michael Trepka
4fb445c4e9 More fixes for Clang warnings
[CL 2244821 by Michael Trepka in Main branch]
2014-08-05 18:02:04 -04:00
Max Preussner
ddd753fe76 Media: cosmetic changes
[CL 2242510 by Max Preussner in Main branch]
2014-08-04 10:59:26 -04:00
Dmitry Rekman
19775b1035 Fixed build on case-sensitive fs.
#codereview Max.Preussner

[CL 2242496 by Dmitry Rekman in Main branch]
2014-08-04 10:49:15 -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
ad6d3f3a15 Media: Implemented basic playback looping support
[CL 2240500 by Max Preussner in Main branch]
2014-08-01 20:35:14 -04:00
Max Preussner
e25c6142b3 Media: Playing media assets from URL instead of memory by default
[CL 2240093 by Max Preussner in Main branch]
2014-08-01 14:23:34 -04:00
Max Preussner
5a84564eaa Media: added missing virtual destructor; cosmetic changes
[CL 2239263 by Max Preussner in Main branch]
2014-07-31 20:05:07 -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