Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/HAL/ThreadSafeBool.h |
Include |
#include "HAL/ThreadSafeBool.h" |
FThreadSafeBool
(
bool bValue
)
Constructor optionally takes value to initialize with, otherwise initializes false
Parameter |
Description |
---|---|
bValue |
Value to initialize with |