Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL
Inheritance Hierarchy
- FTlsAutoCleanup
- TTlsAutoCleanupValue
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/HAL/TlsAutoCleanup.h |
Include | #include "HAL/TlsAutoCleanup.h" |
Syntax
template<class T>
class TTlsAutoCleanupValue : public FTlsAutoCleanup
Remarks
Wrapper for values to be stored in TLS that support auto-cleanup.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TTlsAutoCleanupValue
(
const T& InValue |
Constructor. |