Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL > TAtomic > TAtomic
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/Atomic.h |
Include | #include "Templates/Atomic.h" |
constexpr TAtomic
&40;
T Arg
&41;
Remarks
Initializes the element type with the given argument types.
This constructor is not atomic.
Parameters
Name | Description |
---|---|
Arg | The value to initialize the element counter to |