Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/SItemSelector
| Name | FRootViewModel |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SItemSelector.h |
| Include Path | #include "Widgets/SItemSelector.h" |
Syntax
class FRootViewModel : public SItemSelector< CategoryType, ItemType, SectionType, CategoryKeyType, ItemKeyType, SectionKeyType >::FItemSelectorItemViewModel
Inheritance Hierarchy
- SItemSelector< CategoryType, ItemType, SectionType, CategoryKeyType, ItemKeyType, SectionKeyType >::FItemSelectorItemViewModel → SItemSelector::FRootViewModel
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRootViewModel
(
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 | ||
| ChildSectionViewModels | TArray< TSharedRef< FSectionViewModel > > | Widgets/SItemSelector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< FItemSelectorItemCategoryViewModel > AddCategory
(
const CategoryType& InCategory |
Widgets/SItemSelector.h | ||
void AddCategoryToRoot
(
const CategoryType& Category |
Widgets/SItemSelector.h | ||
void AddItemToRootDirect
(
const ItemType& Item |
Widgets/SItemSelector.h | ||
TSharedRef< FSectionViewModel > AddSection
(
const SectionType& InSection |
Widgets/SItemSelector.h | ||
TSharedPtr< FItemSelectorItemCategoryViewModel > FindCategory
(
const CategoryType& InCategory |
Widgets/SItemSelector.h | ||
TSharedRef< FItemSelectorItemCategoryViewModel > FindOrAddCategoryDirect
(
const CategoryType& InCategory |
Widgets/SItemSelector.h | ||
TSharedPtr< FSectionViewModel > FindSection
(
const SectionType& InSection |
Widgets/SItemSelector.h | ||
void FlattenChildren
(
TArray< TSharedRef< FItemSelectorItemContainerViewModel > >& FilteredFlattenedItems |
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 TArray< TSharedRef< FSectionViewModel > > & GetSections() |
Widgets/SItemSelector.h | ||
virtual bool PassesFilter() |
Widgets/SItemSelector.h | ||
void ReparentSectionItemsToRoot() |
Widgets/SItemSelector.h | ||
void SortChildren() |
Widgets/SItemSelector.h |