Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/SItemSelector > API/Plugins/NiagaraEditor/SItemSelector/FArguments
Description
An optional delegate called to get a stable key (supports GetTypeHash()) for an item. If set, this delegate is used to uniquely key items to preserve selection and expansion state when refresh is called.
| Name | OnGetKeyForItem |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SItemSelector.h |
| Include Path | #include "Widgets/SItemSelector.h" |
WidgetArgsType & OnGetKeyForItem
(
const FOnGetKeyForItem & InDelegate
)