Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
| Name | TSharedRefCollectionBase |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/SystemAdapter/AdapterShared.h |
| Include Path | #include "SystemAdapter/AdapterShared.h" |
Syntax
template<typename TSourceItem, typename TTargetItem, typename TIndexable>
class TSharedRefCollectionBase
Derived Classes
- FScriptConstSharedRefCollection
- FScriptSharedRefCollection
- TConstSharedRefCollection
- TSharedRefCollection
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SystemAdapter/AdapterShared.h | |||
TSharedRefCollectionBase
(
const TIndexable* InSource |
SystemAdapter/AdapterShared.h |
Classes
| Name | Remarks |
|---|---|
| FIterator |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Source | const TIndexable * | SystemAdapter/AdapterShared.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIterator begin() |
SystemAdapter/AdapterShared.h | ||
FIterator end() |
SystemAdapter/AdapterShared.h | ||
void FindAllByPredicate
(
TArray< TSharedRef< TTargetItem > >& OutFound, |
SystemAdapter/AdapterShared.h | ||
TSharedPtr< TTargetItem > FindByPredicate
(
TPredicate Predicate |
SystemAdapter/AdapterShared.h | ||
int32 IndexOfByPredicate
(
TPredicate Predicate |
SystemAdapter/AdapterShared.h | ||
int32 Num() |
SystemAdapter/AdapterShared.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< TTargetItem > operator[]
(
int32 Index |
SystemAdapter/AdapterShared.h |