TThreadInstanceProvider

Implements an instance provider that returns the same instance per thread.

Windows
MacOS
Linux

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

Name Description

Public function

TThreadInstanceProvider

(
    TFunction< TSharedPtr< void, Mode >...
)

Destructors

Name Description

Public function Virtual

~TThreadInstanceProvider()

Functions

Name Description

Public function Virtual

TSharedPtr< ...

 

GetInstance()

Typedefs

Name

Description

TlsValueType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss