FThreadSafeBool::FThreadSafeBool

Constructor optionally takes value to initialize with, otherwise initializes false

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/ThreadSafeBool.h

Include

#include "HAL/ThreadSafeBool.h"

Syntax

FThreadSafeBool
(
    bool bValue
)

Remarks

Constructor optionally takes value to initialize with, otherwise initializes false

Parameters

Parameter

Description

bValue

Value to initialize with