![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TlsAutoCleanup.h>
Inheritance diagram for TTlsAutoCleanupValue< T >:Public Member Functions | |
| TTlsAutoCleanupValue (const T &InValue) | |
| T | Get () const |
| void | Set (const T &InValue) |
| void | Set (T &&InValue) |
Public Member Functions inherited from FTlsAutoCleanup | |
| virtual | ~FTlsAutoCleanup () |
| CORE_API void | Register () |
Wrapper for values to be stored in TLS that support auto-cleanup.
|
inline |
Constructor.
|
inline |
Gets the value.
|
inline |
|
inline |