Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
| Name | TAdapterRefListTwoSources |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/SystemAdapter/AdapterShared.h |
| Include Path | #include "SystemAdapter/AdapterShared.h" |
Syntax
template<typename TSourceObject1, typename TSourceObject2, typename TAdapter>
class TAdapterRefListTwoSources
Interfaces
| Name | Remarks |
|---|---|
| IFactory |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AdapterFactory | TSharedPtr< const IFactory > | SystemAdapter/AdapterShared.h | ||
| AdapterList | TOptional< TArray< TSharedRef< TAdapter > > > | SystemAdapter/AdapterShared.h | ||
| SourceConstWeak1 | TWeakObjectPtr< const TSourceObject1 > | SystemAdapter/AdapterShared.h | ||
| SourceConstWeak2 | TWeakObjectPtr< const TSourceObject2 > | SystemAdapter/AdapterShared.h | ||
| SourceWeak1 | TOptional< TWeakObjectPtr< TSourceObject1 > > | SystemAdapter/AdapterShared.h | ||
| SourceWeak2 | TOptional< TWeakObjectPtr< TSourceObject2 > > | SystemAdapter/AdapterShared.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRefCollection< TAdapter > Get () |
SystemAdapter/AdapterShared.h | ||
TConstSharedRefCollection< TAdapter > Get () |
SystemAdapter/AdapterShared.h | ||
void Initialize
(
TSourceObject1* SourceObject1, |
SystemAdapter/AdapterShared.h | ||
void Initialize
(
const TSourceObject1* SourceObject1, |
SystemAdapter/AdapterShared.h |