How can I catch alt f4 key in ue5?

Help

I believe it is a universal windows key combination and can’t be catches unless you override the default behaviour for the WM_CLOSE message. This will require C++.

or

According to this post, it can be done: