Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/HAL/ThreadSafeCounter.h |
Include |
#include "HAL/ThreadSafeCounter.h" |
FThreadSafeCounter
(
const FThreadSafeCounter & Other
)
Copy Constructor.
If the counter in the Other parameter is changing from other threads, there are no guarantees as to which values you will get up to the caller to not care, synchronize or other way to make those guarantees.
Parameter |
Description |
---|---|
Other |
The other thread safe counter to copy |