Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAppTime
Helper type to perform automatic relaxed-order loads/stores of a std::atomic.
| Name | TRelaxedAtomic |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AppTime.h |
| Include Path | #include "Misc/AppTime.h" |
Syntax
template<typename TValue>
struct TRelaxedAtomic
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Misc/AppTime.h | |||
TRelaxedAtomic
(
TRelaxedAtomic const& Other |
Misc/AppTime.h | ||
TRelaxedAtomic
(
TValue InValue |
Misc/AppTime.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Value | std::atomic< TValue > | Misc/AppTime.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator TValue() |
Misc/AppTime.h | ||
TRelaxedAtomic & operator=
(
TValue InValue |
Misc/AppTime.h | ||
TRelaxedAtomic & operator=
(
TRelaxedAtomic const& RHS |
Misc/AppTime.h |