Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FThreadSafeBool
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/ThreadSafeBool.h |
| Include | #include "HAL/ThreadSafeBool.h" |
bool AtomicSet
(
bool bNewValue
)
Remarks
Sets a new value atomically, and returns the old value. The old value
Parameters
| Name | Description |
|---|---|
| bNewValue | Value to set |