#UE4 - fixed crash in MediaTexture on dedicated servers during PostLoad
- needs investigation as to why this is being initialized on dedicated servers at all
#codereview Marcus.Wassmer, Bob.Tellez
--------
Integrated using branch Ue4-To-UE4-Fortnite-Simple (reversed) of change#2649680 by Josh.Markiewicz on 2015/08/10 13:42:00.
[CL 2649681 by Josh Markiewicz in Main branch]
This is an API breaking change. IMediaTrack has been renamed to IMediaStream. There are three new interfaces for tracks: IMediaAudioTrack, IMediaCaptionTrack and IMediaVideoTrack.
#CodeReview: chris.babcock, marcus.wassmer
[CL 2622306 by Max Preussner in Main branch]
#UpgradeNotes: This is an API breaking change. If you implemented a plug-in for the Media Framework then you have to update your media player's Open() method to match the new signature. Take a look at the changes in the WmfMedia plug-in to see the differences between loading from a buffer and an archive.
[CL 2603213 by Max Preussner in Main branch]
#UpgradeNotes:
The AutoPlay feature turned out to be quite dangerous, because it causes media playback to start as soon as a MediaPlayer is loaded, thus consuming resources even if it is not used anywhere. Media should be played and stopped on demand using Blueprints (MediaPlayer.Play) or C++ instead.
[CL 2481728 by Max Preussner in Main branch]
Adding Texture LOD settings to Device Profiles
- this will improve how we currently edit and override lod settings on a per device type bases.
- LOD Settings can now be set in the Device Profile Editor
- Any device profiles with no values set for LOD Settings, will use the default objects.
- These can be found in BaseDeviceProfiles.ini in the /Script/Engine.TextureLODSettings section
- Appropriate defaults set for those groups not listed.
-Other fixes
- - Incorrect with_editor check in HTML5 target platform, changed to with_engine
[CL 2481510 by Terence Burns in Main branch]
Rob asked me to back out GENERATED_*_BODY -> GENERATED_BODY change for now until the "_Validate and _Implementation auto-generation" discussion is over.
#codereview Robert.Manuszewski
[CL 2481343 by Jaroslaw Palczynski in Main branch]