Navigation
API > API/Runtime > API/Runtime/Chaos
A simple mutex based lock based on FCriticalSection. Reads are exclusive
| Name | FPhysicsSimpleMutexLock |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Framework/Threading.h |
| Include Path | #include "Framework/Threading.h" |
Syntax
class FPhysicsSimpleMutexLock
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPhysicsSimpleMutexLock() |
Framework/Threading.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FPhysicsSimpleMutexLock() |
Framework/Threading.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Cs | FCriticalSection | Framework/Threading.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ReadLock() |
Framework/Threading.h | ||
void ReadUnlock() |
Framework/Threading.h | ||
void WriteLock() |
Framework/Threading.h | ||
void WriteUnlock() |
Framework/Threading.h |