Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/TTypeContainer
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/TypeContainer.h |
Include | #include "Misc/TypeContainer.h" |
void AddProvider
(
const TCHAR * Name,
const TSharedPtr < IInstanceProvider > & Provider
)
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. |