Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/SItemSelector
| Name | FItemSelectorItemContainerViewModel |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SItemSelector.h |
| Include Path | #include "Widgets/SItemSelector.h" |
Syntax
class FItemSelectorItemContainerViewModel : public SItemSelector< CategoryType, ItemType, SectionType, CategoryKeyType, ItemKeyType, SectionKeyType >::FItemSelectorItemViewModel
Inheritance Hierarchy
- SItemSelector< CategoryType, ItemType, SectionType, CategoryKeyType, ItemKeyType, SectionKeyType >::FItemSelectorItemViewModel → SItemSelector::FItemSelectorItemContainerViewModel
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FItemSelectorItemContainerViewModel
(
TSharedRef< IItemSelectorItemViewModelUtilities > InItemUtilities, |
Widgets/SItemSelector.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Item | const ItemType & | Widgets/SItemSelector.h | ||
| ItemKey | const ItemKeyType | Widgets/SItemSelector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const ItemType & GetItem() |
Widgets/SItemSelector.h | ||
const ItemKeyType & GetItemKey() |
Widgets/SItemSelector.h | ||
| Widgets/SItemSelector.h | |||
virtual bool PassesFilter() |
Widgets/SItemSelector.h |