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 displayed when not typing. An empty value falls back to the default behavior.
| Name | OnGetDisplayValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSpinBox.h |
| Include Path | #include "Widgets/Input/SSpinBox.h" |
WidgetArgsType & OnGetDisplayValue
(
const FOnGetDisplayValue & InDelegate
)