Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FExternalMutex
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr FExternalMutex
(
std::atomic< uint8 >& InState |
Async/ExternalMutex.h | ||
FExternalMutex
(
const FExternalMutex& |
Async/ExternalMutex.h | ||
FExternalMutex
(
std::atomic< uint8 >& InState, |
Construct in a locked state. Avoids an expensive compare-and-swap at creation time. | Async/ExternalMutex.h |
FExternalMutex(std::atomic< uint8 > &)
| Name | FExternalMutex |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/ExternalMutex.h |
| Include Path | #include "Async/ExternalMutex.h" |
constexpr FExternalMutex
(
std::atomic< uint8 > & InState
)
FExternalMutex(const FExternalMutex &)
| Name | FExternalMutex |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/ExternalMutex.h |
| Include Path | #include "Async/ExternalMutex.h" |
FExternalMutex
(
const FExternalMutex &
)
FExternalMutex(std::atomic< uint8 > &, FAcquireLock)
Description
Construct in a locked state. Avoids an expensive compare-and-swap at creation time.
| Name | FExternalMutex |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/ExternalMutex.h |
| Include Path | #include "Async/ExternalMutex.h" |
FExternalMutex
(
std::atomic< uint8 > & InState,
FAcquireLock
)