Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/SItemSelector
| Name | FSectionViewModel |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SItemSelector.h |
| Include Path | #include "Widgets/SItemSelector.h" |
Syntax
class FSectionViewModel : public SItemSelector< CategoryType, ItemType, SectionType, CategoryKeyType, ItemKeyType, SectionKeyType >::FItemSelectorItemViewModel
Inheritance Hierarchy
- SItemSelector< CategoryType, ItemType, SectionType, CategoryKeyType, ItemKeyType, SectionKeyType >::FItemSelectorItemViewModel → SItemSelector::FSectionViewModel
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSectionViewModel
(
TSharedRef< IItemSelectorItemViewModelUtilities > InItemUtilities, |
Widgets/SItemSelector.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChildCategoryViewModels | TArray< TSharedRef< FItemSelectorItemCategoryViewModel > > | Widgets/SItemSelector.h | ||
| ChildItemViewModels | TArray< TSharedRef< FItemSelectorItemContainerViewModel > > | Widgets/SItemSelector.h | ||
| Section | SectionType | Widgets/SItemSelector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< FItemSelectorItemCategoryViewModel > AddCategory
(
const CategoryType& InCategory |
Widgets/SItemSelector.h | ||
void AddItemDirect
(
const ItemType& InItem |
Widgets/SItemSelector.h | ||
TSharedPtr< FItemSelectorItemCategoryViewModel > FindCategory
(
const CategoryType& InCategory |
Widgets/SItemSelector.h | ||
TSharedRef< FItemSelectorItemCategoryViewModel > FindOrAddCategoryDirect
(
const CategoryType& InCategory |
Widgets/SItemSelector.h | ||
void FlattenChildren
(
TArray< TSharedRef< FItemSelectorItemContainerViewModel > >& FilteredFlattenedItems |
Widgets/SItemSelector.h | ||
TArray< TSharedRef< FItemSelectorItemCategoryViewModel > > & GetChildCategories() |
Widgets/SItemSelector.h | ||
TArray< TSharedRef< FItemSelectorItemContainerViewModel > > & GetChildItems() |
Widgets/SItemSelector.h | ||
virtual void GetChildrenInternal
(
TArray< TSharedRef< FItemSelectorItemViewModel > >& OutChildren |
Widgets/SItemSelector.h | ||
void GetItemViewModelsForItems
(
const TArray< ItemType >& InItems, |
Widgets/SItemSelector.h | ||
| Widgets/SItemSelector.h | |||
const SectionType & GetSection() |
Widgets/SItemSelector.h | ||
virtual bool PassesFilter() |
Widgets/SItemSelector.h | ||
void SortChildren() |
Widgets/SItemSelector.h |