Creating a bind-able property in UMG 4.5.1

Hello Rudy,

we also want those variables to accept bindings. If the minus button is clicked we do the following in our custom “NumberWidget” Event Graph:

25997-variables.png

now we want to use this Number-Widget as building block somewhere else and we want to bind something to our Number-Widget variables in the details panel:

25998-detail.png

How can we achieve that those bind buttons also appear beside our custom variables “MinusStepSize”, “PlusStepSize” and “Value”?

We need those bindings because we have a variable that shall be doubled when Plus got clicked and divide in half if Minus got clicked.

Is this possible in BP only?

I think I got half the way in C++ by defining delegates for those variables (the bind button did appear but did not work). It seems like the bind function is never executed. I think I miss a registration somewhere.

Thank you for the quick response and have a nice Day!