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
Why does the REMOVE method of map container remove elements have memory leaks?
How does TextureRenderTarget2D get TArray<uint8> type data?
How to delete some elements correctly when deleting an array loop?
How do I set a material as a post-processing material?
What is the cause of the packaging error falling back to 'GameUserSettings' in ue5?
How does TArray loop correctly remove elements in blueprints?
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 |