Choose your operating system:
Windows
macOS
Linux
| FRWAccessDetector
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Misc/MTAccessDetector.h |
Include |
#include "Misc/MTAccessDetector.h" |
struct FRWRecursiveAccessDetector : public FRWAccessDetector
Same as FRWAccessDetector, but support re-entrance on the write access See FRWFullyRecursiveAccessDetector for read access re-entrance when holding a write access
Name | Description | ||
---|---|---|---|
|
AcquireWriteAccess() |
Acquires write access, will check if there are readers or other writers |
|
|
ReleaseWriteAccess() |
Releases write access, will check if there are readers or other writers |