Navigation
API > API/Runtime > API/Runtime/Core
Same as FRWAccessDetector, but support re-entrance on the write access See FRWFullyRecursiveAccessDetector for read access re-entrance when holding a write access
| Name | FRWRecursiveAccessDetector |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/MTAccessDetector.h |
| Include Path | #include "Misc/MTAccessDetector.h" |
Syntax
struct FRWRecursiveAccessDetector : public FRWAccessDetector
Inheritance Hierarchy
- FRWAccessDetector → FRWRecursiveAccessDetector
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AcquireWriteAccess() |
Acquires write access, will check if there are readers or other writers | Misc/MTAccessDetector.h | |
bool ReleaseWriteAccess() |
Releases write access, will check if there are readers or other writers | Misc/MTAccessDetector.h |