Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > TTypeContainer
Inheritance Hierarchy
- TTypeContainer< Mode >::FThreadInstanceProvider
- TTypeContainer::TThreadInstanceProvider
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/TypeContainer.h |
Include | #include "Misc/TypeContainer.h" |
Syntax
template<class T>
struct TThreadInstanceProvider : public TTypeContainer< Mode >::FThreadInstanceProvider
Remarks
Implements an instance provider that returns the same instance per thread.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TThreadInstanceProvider
(
TFunction< TSharedPtr< void, Mode >()>&& InCreateFunc |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TSharedPtr< void, Mode > | GetInstance () |
Typedefs
Name | Description |
---|---|
TlsValueType |