Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FRWTransactionallySafeAccessDete-_1
| |
|
| Name |
FState |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/MTTransactionallySafeAccessDetector.h |
| Include Path |
#include "Misc/MTTransactionallySafeAccessDetector.h" |
Syntax
struct FState
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
UE_AUTORTFM_ALWAYS_OPEN FState()
|
Constructor is always open because FRWAccessDetector is not transactionally safe. |
Misc/MTTransactionallySafeAccessDetector.h |
|
Destructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
UE_AUTORTFM_ALWAYS_OPEN ~FState()
|
Destructor is always open because FRWAccessDetector is not transactionally safe. |
Misc/MTTransactionallySafeAccessDetector.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| AbortHandlerRegistered |
bool |
True if the abort handler has been registered. |
Misc/MTTransactionallySafeAccessDetector.h |
|
| Detector |
FRWAccessDetector |
The underlying FRWAccessDetector. |
Misc/MTTransactionallySafeAccessDetector.h |
|
| ReadLockCount |
unsigned |
|
Misc/MTTransactionallySafeAccessDetector.h |
|
| WriteLockCount |
unsigned |
|
Misc/MTTransactionallySafeAccessDetector.h |
|
Functions
Public