How can i add window message?

There is currently no way to hook into the Windows message queue, but it’s something I actually started working on. I may have something by the end of next week. In the meantime you’ll have to modify the Engine code, if that is a possibility for you. The relevant code is in FWindowsApplication::ProcessMessage() in WindowsApplication.cpp.