Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/SItemSelector
| Name | IItemSelectorItemViewModelUtilities |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SItemSelector.h |
| Include Path | #include "Widgets/SItemSelector.h" |
Syntax
class IItemSelectorItemViewModelUtilities
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IItemSelectorItemViewModelUtilities() |
Widgets/SItemSelector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CompareCategoriesForEquality
(
const CategoryType& CategoryA, |
Widgets/SItemSelector.h | ||
bool CompareItemsForEquality
(
const ItemType& ItemA, |
Widgets/SItemSelector.h | ||
bool CompareSectionsForEquality
(
const SectionType& SectionA, |
Widgets/SItemSelector.h | ||
bool DoesItemPassFilter
(
const ItemType& InItem |
Widgets/SItemSelector.h | ||
bool DoesSectionPassFilter
(
const SectionType& InSection |
Widgets/SItemSelector.h | ||
const FText & GetFilterText() |
Widgets/SItemSelector.h | ||
| Widgets/SItemSelector.h | |||
const ItemKeyType GetKeyForItem
(
const ItemType& InItem |
Widgets/SItemSelector.h | ||
const FOnCompareCategoriesForSorting & GetOnCompareCategoriesForSorting() |
Widgets/SItemSelector.h | ||
const FOnCompareItemsForSorting & GetOnCompareItemsForSorting() |
Widgets/SItemSelector.h | ||
const FOnCompareSectionsForSorting & GetOnCompareSectionsForSorting() |
Widgets/SItemSelector.h | ||
bool IsFiltering() |
Widgets/SItemSelector.h | ||
bool IsSearching() |
Widgets/SItemSelector.h | ||
bool ShouldHideSingleSection() |
Widgets/SItemSelector.h |