Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > TTypeContainer
Inheritance Hierarchy
- TTypeContainer< Mode >::IInstanceProvider
- TTypeContainer::FThreadInstanceProvider
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/TypeContainer.h |
Include | #include "Misc/TypeContainer.h" |
Syntax
struct FThreadInstanceProvider : public TTypeContainer< Mode >::IInstanceProvider
Remarks
Base class for per-thread instances providers.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TFunction< TSharedPtr< void, Mode >)> | CreateFunc | |
![]() |
uint32 | TlsSlot |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FThreadInstanceProvider
(
TFunction< TSharedPtr< void, Mode >()>&& InCreateFunc |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |