Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/SItemSelector
| Name | FItemSelectorItemCategoryViewModel |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SItemSelector.h |
| Include Path | #include "Widgets/SItemSelector.h" |
Syntax
class FItemSelectorItemCategoryViewModel : public SItemSelector< CategoryType, ItemType, SectionType, CategoryKeyType, ItemKeyType, SectionKeyType >::FItemSelectorItemViewModel
Inheritance Hierarchy
- SItemSelector< CategoryType, ItemType, SectionType, CategoryKeyType, ItemKeyType, SectionKeyType >::FItemSelectorItemViewModel → SItemSelector::FItemSelectorItemCategoryViewModel
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FItemSelectorItemCategoryViewModel
(
TSharedRef< IItemSelectorItemViewModelUtilities > InItemUtilities, |
Widgets/SItemSelector.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Category | CategoryType | Widgets/SItemSelector.h | ||
| ChildCategoryViewModels | TArray< TSharedRef< FItemSelectorItemCategoryViewModel > > | Widgets/SItemSelector.h | ||
| ChildItemViewModels | TArray< TSharedRef< FItemSelectorItemContainerViewModel > > | 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 | ||
void FlattenChildren
(
TArray< TSharedRef< FItemSelectorItemContainerViewModel > >& FilteredFlattenedItems |
Widgets/SItemSelector.h | ||
const CategoryType & GetCategory() |
Widgets/SItemSelector.h | ||
void GetItemViewModelsForItems
(
const TArray< ItemType >& InItems, |
Widgets/SItemSelector.h | ||
| Widgets/SItemSelector.h | |||
virtual bool PassesFilter() |
Widgets/SItemSelector.h | ||
void SortChildren() |
Widgets/SItemSelector.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetChildrenInternal
(
TArray< TSharedRef< FItemSelectorItemViewModel > >& OutChildren |
Widgets/SItemSelector.h |