Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TExternalMutex
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TExternalMutex
(
const TExternalMutex& |
Async/ExternalMutex.h | ||
constexpr TExternalMutex
(
std::atomic< StateType >& InState |
Async/ExternalMutex.h |
TExternalMutex(const TExternalMutex &)
| Name | TExternalMutex |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/ExternalMutex.h |
| Include Path | #include "Async/ExternalMutex.h" |
TExternalMutex
(
const TExternalMutex &
)
TExternalMutex(std::atomic< StateType > &)
| Name | TExternalMutex |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/ExternalMutex.h |
| Include Path | #include "Async/ExternalMutex.h" |
constexpr TExternalMutex
(
std::atomic< StateType > & InState
)