Navigation
API > API/Plugins > API/Plugins/Learning
Scoped write lock, which can optionally be null
| Name | FScopeNullableWriteLock |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningProgress.h |
| Include Path | #include "LearningProgress.h" |
Syntax
struct FScopeNullableWriteLock
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| LearningProgress.h | |||
FScopeNullableWriteLock
(
FRWLock* InLock |
LearningProgress.h | ||
FScopeNullableWriteLock
(
const FScopeNullableWriteLock& InScopeLock |
LearningProgress.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FScopeNullableWriteLock() |
LearningProgress.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Lock | FRWLock * | LearningProgress.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FScopeNullableWriteLock & operator=
(
FScopeNullableWriteLock& InScopeLock |
LearningProgress.h |