I want to bind a delegate to the OnClick event of a UButton.
Something like that:
The point is that the types of delegates seem to be not compatible.
Is there a correct way to do the type conversion?
Or some way to bind the delegate to the button event?
Thank you so much!!