Navigation
API > API/Runtime > API/Runtime/WebSockets > API/Runtime/WebSockets/IWebSocket
Delegate called when a web socket connection has been closed.
| Name | FWebSocketClosedEvent |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h |
| Include Path | #include "IWebSocket.h" |
Syntax
class FWebSocketClosedEvent : public TBaseMulticastDelegate_ThreeParams< void, int32, const FString &, bool >
Inheritance Hierarchy
- TBaseMulticastDelegate_ThreeParams< void, int32, const FString &, bool > → IWebSocket::FWebSocketClosedEvent