Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMRSWRecursiveAccessDetector
To support a write access from inside a read access on the same thread, we need to know that there're no readers on other threads. As we can't have TLS slot per access detector instance, a single one is shared between multiple instances with the assumption that there rarely will be more than one reader registered.
| Name | FReaderNum |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/MTAccessDetector.h |
| Include Path | #include "Misc/MTAccessDetector.h" |
Syntax
struct FReaderNum
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Num | uint32 | Misc/MTAccessDetector.h | ||
| Reader | const FMRSWRecursiveAccessDetector * | Misc/MTAccessDetector.h |