Files
UnrealEngineUWP/Engine/Source/Runtime/MediaUtils
andriy tylychko 0120394b7e 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-SOURCE: CL 5311934 via CL 5311935 via CL 5311936 via CL 5315376

[CL 5315453 by andriy tylychko in Main branch]
2019-03-06 13:11:07 -05:00
..