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