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