Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL > FThreadSafeCounter64
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/HAL/ThreadSafeCounter64.h |
Include | #include "HAL/ThreadSafeCounter64.h" |
int64 Set
&40;
int64 Value
&41;
Remarks
Sets the counter to a specific value and returns the old value. The old value
Parameters
Name | Description |
---|---|
Value | Value to set the counter to |