Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCriticalSection.h |
| Include | #include "GenericPlatform/GenericPlatformCriticalSection.h" |
Syntax
class FSystemWideCriticalSectionNotImplemented
Remarks
Platforms that don't need a working FSystemWideCriticalSection can just typedef this one
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSystemWideCriticalSectionNotImplemented
(
const FString& Name, |
Construct a named, system-wide critical section and attempt to get access/ownership of it |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor releases system-wide critical section if it is currently owned |