Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TComponentInterfaceProvider
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TComponentInterfaceProvider
(
UClass* InClass, |
Components/ComponentInterfaces.h | ||
TComponentInterfaceProvider
(
UClass* InClass, |
Components/ComponentInterfaces.h |
TComponentInterfaceProvider(UClass , TFunction< T (UObject *)>)
| Name | TComponentInterfaceProvider |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ComponentInterfaces.h |
| Include Path | #include "Components/ComponentInterfaces.h" |
TComponentInterfaceProvider
(
UClass * InClass,
TFunction < T * *)> InProvider
)
TComponentInterfaceProvider(UClass , TFunction< TArray< T >(UObject *)>)
| Name | TComponentInterfaceProvider |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ComponentInterfaces.h |
| Include Path | #include "Components/ComponentInterfaces.h" |
TComponentInterfaceProvider
(
UClass * InClass,
TFunction < TArray < T * > *)> InCollectionProvider
)