SpinBox OnValueCommitted Error

Hi,
I Made a SpinBox in WidgetBlueprint and binding some event using c++ code.
Here’s code below.

When I build without OnValueComitted binding logic, It’s working well. But with OnValueComitted, there are some errors but I don’t understand… please guide me…

Hello! Do you add SlateCore to your project Build.cs file?

Oh… the SlateCore was commented… after uncomment It’s working well!!!
Thanks a lot!!! ^o^