FThreadSafeCounter64

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function

FThreadSafeCounter64()

Default constructor.

Initializes the counter to 0.

Public function

FThreadSafeCounter64

(
    const FThreadSafeCounter& Other
)

Copy Constructor.

Public function

FThreadSafeCounter64

(
    int64 Value
)

Constructor, initializing counter to passed in value.