FReadScopeLock and FMultiReaderSingleWriterGT classes no longer exist.
Attempting to initialize FReadScopeLock with FMultiReaderSingleWriterGT* causes unresolved external errors.
#include "Runtime/Core/Public/HAL/ThreadingBase.h"
private:
FMultiReaderSingleWriterGT mSyncObject;
FReadScopeLock Something(&mSyncObject);
Result:
Unresolved external error
Expected:
Compile succeeds since FReadScopeLock takes FMultiReaderSingleWriterGT* as a constructor parameter
Head over to the existing Questions & Answers thread and let us know what's up.
| 0 |
| Component | UE - Foundation - Core |
|---|---|
| Affects Versions | 4.11.2 |
| Target Fix | 4.16 |
| Created | May 24, 2016 |
|---|---|
| Resolved | Apr 10, 2017 |
| Updated | Apr 27, 2018 |