Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TDynamicSharedLock
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDynamicSharedLock & operator=
(
const TDynamicSharedLock& |
Async/SharedLock.h | ||
TDynamicSharedLock & operator=
(
TDynamicSharedLock&& Other |
Move from another lock, transferring any ownership to this lock, and unlocking the previous mutex if locked. | Async/SharedLock.h |
operator=(const TDynamicSharedLock &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/SharedLock.h |
| Include Path | #include "Async/SharedLock.h" |
TDynamicSharedLock & operator=
(
const TDynamicSharedLock &
)
operator=(TDynamicSharedLock &&)
Description
Move from another lock, transferring any ownership to this lock, and unlocking the previous mutex if locked.
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/SharedLock.h |
| Include Path | #include "Async/SharedLock.h" |
TDynamicSharedLock & operator=
(
TDynamicSharedLock && Other
)