Files
UnrealEngineUWP/Engine/Source/Runtime/MediaUtils
andriy tylychko 02df67d6a1 Removed TUniquePtr support for TMediaObjectPool:
It's not used as `TMediaObjectPool::AcquireUnique` and `TMediaObjectPool::ToUnique` don't compile. The problem is that `TUniquePtr` doesn't support externally supplied custom deleter instance, thus `MakeUnique` has no overload used in the methods mentioned above. The problem wasn't detected earlier because `TMediaObjectPool` is a template class, these methods weren't used and so weren't instantiated.
#rb:josie.yang
#jira:none

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: andriy.tylychko
#ROBOMERGE-SOURCE: CL 5311934 via CL 5311935 via CL 5311936 via CL 5315376 via CL 5315453
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5332947 by andriy tylychko in Dev-VR branch]
2019-03-06 19:05:22 -05:00
..