Communication widget and blueprint

Hello,
I would like to retrieve the value of a variable of a spin box widget for use in another blueprint.
Thank you in advance.
Have a nice evening.

If you have a reference to the Widget in your Blueprint then you can access it directly.

Finding the reference is the hard part. You can also try looking into alternative methods for passing along variables and functions in Widgets to Blueprints via Event Dispatchers or other techniques.

Here is a Tutorial i did for explaining such communication between Widgets and Blueprints.

Thanks of me reply quickly. I will look tonight. Have a good day :slight_smile:

thanks you a lot.
It works.
Have a good day :slight_smile: