Navigation
API > API/Runtime > API/Runtime/WebSockets > API/Runtime/WebSockets/IWebSocket
Delegate called when web socket binary data has been received. bIsLastFragment will be true if it is the last fragment of the current packet.
| Name | FWebSocketBinaryMessageEvent |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h |
| Include Path | #include "IWebSocket.h" |
Syntax
class FWebSocketBinaryMessageEvent : public TBaseMulticastDelegate_ThreeParams< void, const void *, SIZE_T, bool >
Inheritance Hierarchy
- TBaseMulticastDelegate_ThreeParams< void, const void *, SIZE_T, bool > → IWebSocket::FWebSocketBinaryMessageEvent