Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/SItemSelector
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RefreshItemsAndDefaultCategories
(
const TArray< ItemType >& InItems, |
Widgets/SItemSelector.h | ||
void RefreshItemsAndDefaultCategories
(
const TArray< ItemType >& InItems, |
Widgets/SItemSelector.h |
RefreshItemsAndDefaultCategories(const TArray< ItemType > &, const TArray< TArray< CategoryType > > &)
| Name | RefreshItemsAndDefaultCategories |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SItemSelector.h |
| Include Path | #include "Widgets/SItemSelector.h" |
void RefreshItemsAndDefaultCategories
(
const TArray < ItemType > & InItems,
const TArray < TArray < CategoryType > > & InDefaultCategoryPaths
)
RefreshItemsAndDefaultCategories(const TArray< ItemType > &, const TArray< CategoryType > &)
| Name | RefreshItemsAndDefaultCategories |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SItemSelector.h |
| Include Path | #include "Widgets/SItemSelector.h" |
void RefreshItemsAndDefaultCategories
(
const TArray < ItemType > & InItems,
const TArray < CategoryType > & InDefaultCategories
)