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