Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/HAL/ThreadSingleton.h |
Include | #include "HAL/ThreadSingleton.h" |
Syntax
class FThreadSingletonInitializer
Remarks
Thread singleton initializer.
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FTlsAutoCleanup * | Get
(
TFunctionRef< FTlsAutoCleanup*()> CreateInstance, |
|
![]() ![]() |
FTlsAutoCleanup * | Inject
(
FTlsAutoCleanup* Instance, |
|
![]() ![]() |
FTlsAutoCleanup * | TryGet
(
uint32& TlsSlot |