Futile
Futile copied to clipboard
Check issues with a disabled FButton still doing ToucheMove+TouchEnded
The FButton may still be calling TouchMoved and TouchEnded.
It probably just needs if(!_isEnabled) return; at the start of each method.
Also, make sure to consider the scenario where a button is disabled while being touched.