TTypeContainer::AddProvider

Add an instance provider to the container.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/TypeContainer.h

Include

#include "Misc/TypeContainer.h"

Syntax

void AddProvider
(
    const TCHAR * Name,
    const TSharedPtr< IInstanceProvider > & Provider
)

Remarks

Add an instance provider to the container.

Parameters

Parameter

Description

Name

The name of the type to add the provider for.

Provider

The instance provider.

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