![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <WindowsApplication.h>
Public Member Functions | |
| virtual bool | ProcessMessage (HWND hwnd, uint32 msg, WPARAM wParam, LPARAM lParam, int32 &OutResult)=0 |
Interface for classes that handle Windows events.
|
pure virtual |
Processes a Windows message.
| hwnd | Handle to the window that received the message. |
| msg | The message. |
| wParam | Additional message information. |
| lParam | Additional message information. |
| OutResult | Will contain the result if the message was handled. |