Navigation
API > API/Runtime > API/Runtime/Core
Wrapper for values to be stored in TLS that support auto-cleanup.
| Name | TTlsAutoCleanupValue |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/TlsAutoCleanup.h |
| Include Path | #include "HAL/TlsAutoCleanup.h" |
Syntax
template<class T>
class TTlsAutoCleanupValue : public FTlsAutoCleanup
Inheritance Hierarchy
- FTlsAutoCleanup → TTlsAutoCleanupValue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TTlsAutoCleanupValue
(
const T& InValue |
Constructor. | HAL/TlsAutoCleanup.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Value | T | The value. | HAL/TlsAutoCleanup.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T Get() |
Gets the value. | HAL/TlsAutoCleanup.h | |
void Set
(
const T& InValue |
Sets the value. | HAL/TlsAutoCleanup.h | |
void Set
(
T&& InValue |
Sets the value. | HAL/TlsAutoCleanup.h |