Files
UnrealEngineUWP/Engine/Source/Runtime/RawMesh
danny couture 63d02b15d9 Add protection against copying a RWLock by value
Add check similar to pthread_rw on Mac/Linux to make sure Windows FRWLock is not held when destroyed
Fix the one place that we were actually copying a RWLock
Introduce a new TDontCopy wrapper that can be used to make a class member an exclusive entity of that class. (Contributed by Steve.Robb)

#rnx
#rb Steve.Robb

[CL 14675525 by danny couture in ue5-main branch]
2020-11-06 07:16:30 -04:00
..