Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/SItemSelector > API/Plugins/NiagaraEditor/SItemSelector/FArguments
Description
An optional delegate which is used to determine the suggested item of a search. The highest weighted item will be selected.
| Name | OnGetItemWeight |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SItemSelector.h |
| Include Path | #include "Widgets/SItemSelector.h" |
WidgetArgsType & OnGetItemWeight
(
const FOnGetItemWeight & InDelegate
)