Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/SItemSelector > API/Plugins/NiagaraEditor/SItemSelector/FArguments
Description
An optional delegate which determines the sorting for sections. If not bound categories will be ordered by the order they're encountered while processing items.
| Name | OnCompareSectionsForSorting |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SItemSelector.h |
| Include Path | #include "Widgets/SItemSelector.h" |
WidgetArgsType & OnCompareSectionsForSorting
(
const FOnCompareSectionsForSorting & InDelegate
)