Files
UnrealEngineUWP/Engine/Source/Runtime/MediaUtils
andriy tylychko 83c2c0495a 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.gerleve
#ROBOMERGE-AUTHOR: andriy.tylychko
#ROBOMERGE-SOURCE: CL 5311934 via CL 5311935 via CL 5311936 via CL 5315376 via CL 5315453
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 5330189 by andriy tylychko in Dev-Networking branch]
2019-03-06 18:37:58 -05:00
..