You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]