Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
| Name | TAdapterRefListOneSource |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/SystemAdapter/AdapterShared.h |
| Include Path | #include "SystemAdapter/AdapterShared.h" |
Syntax
template<typename TSourceObject, typename TAdapter>
class TAdapterRefListOneSource
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 | ||
| SourceConstWeak | TWeakObjectPtr< const TSourceObject > | SystemAdapter/AdapterShared.h | ||
| SourceWeak | TOptional< TWeakObjectPtr< TSourceObject > > | 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
(
TSourceObject* SourceObject, |
SystemAdapter/AdapterShared.h | ||
void Initialize
(
const TSourceObject* SourceObject, |
SystemAdapter/AdapterShared.h |