Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL > FThreadSafeCounter
Type | Name | Description | |
---|---|---|---|
![]() |
Default constructor.Initializes the counter to 0. | ||
![]() |
FThreadSafeCounter
(
const FThreadSafeCounter& Other |
Copy Constructor. | |
![]() |
FThreadSafeCounter
(
int32 Value |
Constructor, initializing counter to passed in value. |