Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FRWAccessDetector
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/MTAccessDetector.h |
| Include | #include "Misc/MTAccessDetector.h" |
Syntax
static WriterBits = 0xfff00000;
Remarks
We need to do an atomic operation to know there are multiple writers, this is why we reserve more than one bit for them. While firing the check upon acquire write access, the other writer thread could continue and hopefully fire a check upon releasing access so we get both faulty callstacks.