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