SItemSelector::FItemSelectorViewModel::FItemSelectorViewModel

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SItemSelector.h

Include

#include "Widgets/SItemSelector.h"

Syntax

FItemSelectorViewModel
(
    TArray< ItemType > InItems,
    TArray< TArray< CategoryType >> InDefaultCategoryPaths,
    FOnGetCategoriesForItem InOnGetCategoriesForItem,
    FOnGetSectionsForItem InOnGetSectionsForItem,
    FOnCompareSectionsForEquality InOnCompareSectionsForEquality,
    FOnCompareSectionsForSorting InOnCompareSectionsForSorting,
    FOnCompareCategoriesForEquality InOnCompareCategoriesForEquality,
    FOnCompareCategoriesForSorting InOnCompareCategoriesForSorting,
    FOnCompareItemsForEquality InOnCompareItemsForEquality,
    FOnCompareItemsForSorting InOnCompareItemsForSorting,
    FOnDoesItemMatchFilterText InOnDoesItemMatchFilterText,
    FOnGetItemWeight InOnGetItemWeight,
    FOnDoesItemPassCustomFilter InOnDoesItemPassCustomFilter,
    FOnDoesSectionPassCustomFilter InOnDoesSectionPassCustomFilter,
    FOnGetSectionData InOnGetSectionData,
    TAttribute< bool > InHideSingleSection,
    bool bInPreseveExpansionOnRefresh,
    bool bInPreserveSelectionOnRefresh,
    FOnGetKeyForItem & InOnGetKeyForItem,
    FOnGetKeyForCategory & InOnGetKeyForCategory,
    FOnGetKeyForSection & InOnGetKeyForSection,
    FOnSuggestionUpdated InOnSuggestionUpdated
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss