Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SSpinBox > API/Runtime/Slate/SSpinBox/FArguments
Description
Called to allow customization of what text is edited when entering text mode. An empty value falls back to the default behavior.
| Name | OnEditEditableText |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSpinBox.h |
| Include Path | #include "Widgets/Input/SSpinBox.h" |
WidgetArgsType & OnEditEditableText
(
const FOnGetDisplayValue & InDelegate
)