Files
UnrealEngineUWP/Engine/Source/Runtime/MediaAssets
Max Preussner 3e354ff2df Media: Removed AutoPlay feature in MediaPlayer assets.
#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]
2015-03-17 12:22:31 -04:00
..