Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/TransactionallySafeScopeLock.h |
| Include | #include "Misc/TransactionallySafeScopeLock.h" |
Syntax
struct FTransactionallySafeScopeLock
Remarks
A transactionally safe scope lock - that uses a transactionally safe critical section to back it.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTransactionallySafeScopeLock
(
FTransactionallySafeCriticalSection* InSynchObject |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Unlock () |