Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TTlsAutoCleanupValue
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TTlsAutoCleanupValue
(
const T& InValue |
Constructor. | HAL/TlsAutoCleanup.h | |
TTlsAutoCleanupValue
(
T&& InValue |
Constructor. | HAL/TlsAutoCleanup.h |
TTlsAutoCleanupValue(const T &)
Description
Constructor.
| Name | TTlsAutoCleanupValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/TlsAutoCleanup.h |
| Include Path | #include "HAL/TlsAutoCleanup.h" |
TTlsAutoCleanupValue
(
const T & InValue
)
TTlsAutoCleanupValue(T &&)
Description
Constructor.
| Name | TTlsAutoCleanupValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/TlsAutoCleanup.h |
| Include Path | #include "HAL/TlsAutoCleanup.h" |
TTlsAutoCleanupValue
(
T && InValue
)