Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TComponentInterfaceProvider
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Components/ComponentInterfaces.h |
|
|
|
Components/ComponentInterfaces.h |
|
|
|
Components/ComponentInterfaces.h |
|
Provides(UObject *)
| |
|
| Name |
Provides |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Components/ComponentInterfaces.h |
| Include Path |
#include "Components/ComponentInterfaces.h" |
| Source |
/Engine/Source/Runtime/Engine/Private/Components/ComponentInterfaces.cpp |
static T * Provides
(
UObject * SourceObject
)
Provides(UObject , TArray< T > &)
| |
|
| Name |
Provides |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Components/ComponentInterfaces.h |
| Include Path |
#include "Components/ComponentInterfaces.h" |
| Source |
/Engine/Source/Runtime/Engine/Private/Components/ComponentInterfaces.cpp |
static void Provides
(
UObject * SourceObject,
TArray < T * > & OutResults
)
Provides(UObject , TFunctionRef< EIteration(T )>)
| |
|
| Name |
Provides |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Components/ComponentInterfaces.h |
| Include Path |
#include "Components/ComponentInterfaces.h" |
| Source |
/Engine/Source/Runtime/Engine/Private/Components/ComponentInterfaces.cpp |
static void Provides
(
UObject * SourceObject,
TFunctionRef < EIteration >
)