Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMRSWRecursiveAccessDetector
| Name | FState |
| Type | union |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/MTAccessDetector.h |
| Include Path | #include "Misc/MTAccessDetector.h" |
Syntax
union FState
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr FState () |
Misc/MTAccessDetector.h | ||
constexpr FState
(
uint64 InValue |
Misc/MTAccessDetector.h | ||
constexpr FState
(
uint32 InReaderNum, |
Misc/MTAccessDetector.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FState | FMRSWRecursiveAccessDetector::FState | Misc/MTAccessDetector.h | ||
| ReaderNum | uint32 | Misc/MTAccessDetector.h | ||
| Value | uint64 | Misc/MTAccessDetector.h | ||
| WriterNum | uint32 | Misc/MTAccessDetector.h | ||
| WriterThreadId | uint32 | Misc/MTAccessDetector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 GetWriterThreadId() |
Misc/MTAccessDetector.h | ||
void SetWriterThreadId
(
uint32 ThreadId |
Misc/MTAccessDetector.h |