Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL > FThreadSafeCounter64 > FThreadSafeCounter64
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/HAL/ThreadSafeCounter64.h |
Include | #include "HAL/ThreadSafeCounter64.h" |
FThreadSafeCounter64
(
const FThreadSafeCounter64 & Other
)
Remarks
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.
Parameters
Name | Description |
---|---|
Other | The other thread safe counter to copy |