I have been following your walkthrough video on YouTube (- YouTube) covering implementation into a sidescroller type game. So far, so good. I have the functionality and animations working very well, so I’m really pleased! Thanks for that video. Out of curiosity, do you plan on adding this into the system by default in the future?
Also, I am seeing warnings every time I exit from a PIE (and can assume logging nabs this too):
Warning The widget ‘WBP_PushInteract_C’ was already added to the screen.
I’ve worked with a few systems that have this issue with UI widgets. While it doesn’t affect functionality, I like to have my finger on the pulse of this sort of stuff. They add up, and I can only assume they will contribute to performance loss. Any chance you can zero in on what’s trying to call the widget when it shouldn’t, or is this something that can be ignored? Even if it can be ignored, that constant warning toast message is annoying, haha!
Anyhow, thanks for the great work on this. I worked for ~50 hours with someone trying to get a respectable system like this in place, and just wasn’t happy with the results. Made it all the more easier to hit the buy button when I came across this!