Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPlatformSystemWideMutexNotImple-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| GenericPlatform/GenericPlatformMutex.h | |||
FPlatformSystemWideMutexNotImplemented
(
const FString& Name, |
Construct a named, system-wide mutex and attempt to get access/ownership of it. | GenericPlatform/GenericPlatformMutex.h |
FPlatformSystemWideMutexNotImplemented(const FPlatformSystemWideMutexNotImplemented &)
| Name | FPlatformSystemWideMutexNotImplemented |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMutex.h |
| Include Path | #include "GenericPlatform/GenericPlatformMutex.h" |
FPlatformSystemWideMutexNotImplemented
(
const FPlatformSystemWideMutexNotImplemented &
)
FPlatformSystemWideMutexNotImplemented(const FString &, FTimespan)
Description
Construct a named, system-wide mutex and attempt to get access/ownership of it.
| Name | FPlatformSystemWideMutexNotImplemented |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMutex.h |
| Include Path | #include "GenericPlatform/GenericPlatformMutex.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformProcess.cpp |
FPlatformSystemWideMutexNotImplemented
(
const FString & Name,
FTimespan Timeout
)