Navigation
API > API/Runtime > API/Runtime/WebSockets > API/Runtime/WebSockets/IWebSocket
Delegate called when a web socket text message has been received. Assumes the payload is encoded as UTF8. For binary data, bind to OnRawMessage instead.
| Name | FWebSocketMessageEvent |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h |
| Include Path | #include "IWebSocket.h" |
Syntax
class FWebSocketMessageEvent : public TBaseMulticastDelegate_OneParam< void, const FString & >
Inheritance Hierarchy
- TBaseMulticastDelegate_OneParam< void, const FString & > → IWebSocket::FWebSocketMessageEvent