FThreadSafeCounter64::FThreadSafeCounter64

Copy Constructor.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "HAL/ThreadSafeCounter64.h"

Syntax

FThreadSafeCounter64
(
    const FThreadSafeCounter & 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

Parameter

Description

Other

The other thread safe counter to copy

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss