Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > TTypeContainer
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/TypeContainer.h |
Include | #include "Misc/TypeContainer.h" |
void AddProvider
&40;
const TCHAR &42; Name,
const TSharedPtr< IInstanceProvider > & Provider
&41;
Remarks
Add an instance provider to the container.
Parameters
Name | Description |
---|---|
Name | The name of the type to add the provider for. |
Provider | The instance provider. |