The UMG Image Widget requires an EventReply return value in the Mouse Down Bind function, but Make EventReply gives me a warning in 4.9:
There’s also warning if I don’t return anything, and the bind function can’t be used if I delete the return node (obviously).
What should I be using to deal with the EventReply?
Any help is appreciated!
EDIT: Nevermind, I should have read the second error message more carefully - There’s a ‘Handled’ and ‘Unhandled’ function that should be returned